mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
action: tag release
This commit is contained in:
parent
d326d278a6
commit
c2242768ee
8
.github/workflows/AutoTag.yml
vendored
8
.github/workflows/AutoTag.yml
vendored
|
@ -39,11 +39,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
custom_tag: ${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.sha_short }}
|
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}}
|
|
||||||
|
|
Loading…
Reference in a new issue