fix: add release tag workflow (#754)

This commit is contained in:
Yineng Zhang
2024-07-27 05:48:38 +10:00
committed by GitHub
parent eeb2482186
commit 9a61182732
3 changed files with 4 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Release ${{ steps.get_version.outputs.TAG }}
tag_name: ${{ steps.get_version.outputs.TAG }}