action: when packaging release version ,add an extra tag following the pattern as v23.06.01

This commit is contained in:
YiFang Xiao 2023-06-01 11:14:22 +08:00
parent 860ac4fd54
commit 88eda36125

View file

@ -42,4 +42,9 @@ jobs:
custom_tag: ${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ 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}}