Skip to content

[2.19.0] Manifest Commit Lock with action UPDATE_TO_TAGS (#5319) #5

[2.19.0] Manifest Commit Lock with action UPDATE_TO_TAGS (#5319)

[2.19.0] Manifest Commit Lock with action UPDATE_TO_TAGS (#5319) #5

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