mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-04 16:14:05 +00:00
action: when packaging release version ,add an extra tag following the pattern as v23.06.01
This commit is contained in:
parent
860ac4fd54
commit
88eda36125
7
.github/workflows/AutoTag.yml
vendored
7
.github/workflows/AutoTag.yml
vendored
|
@ -42,4 +42,9 @@ jobs:
|
||||||
custom_tag: ${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
|
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}}
|
||||||
|
|
Loading…
Reference in a new issue