action: tag release

This commit is contained in:
YiFang Xiao 2023-10-01 20:42:00 +08:00
parent d326d278a6
commit c2242768ee

View file

@ -39,11 +39,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.sha_short }}
- name: Bump version and push tag
if: ${{env.prerelease != 'true'}}
uses: mathieudutour/github-tag-action@v6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{env.version}}