Skip to content

[1.3.20] Manifest Commit Lock with action UPDATE_TO_TAGS (#5206) #3

[1.3.20] Manifest Commit Lock with action UPDATE_TO_TAGS (#5206)

[1.3.20] Manifest Commit Lock with action UPDATE_TO_TAGS (#5206) #3

Workflow file for this run

---
name: Publish a release
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true