mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +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:
|
||||
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}}
|
||||
|
|
Loading…
Reference in a new issue