mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 02:32:21 +08:00
fix(actions): duplicated tags
This commit is contained in:
parent
e22553ad06
commit
39f5a8d858
1
.github/workflows/build_release.yml
vendored
1
.github/workflows/build_release.yml
vendored
|
@ -37,7 +37,6 @@ jobs:
|
||||||
git status
|
git status
|
||||||
git add .
|
git add .
|
||||||
git commit -a -m "chore: v${{steps.version.outputs.version}}"
|
git commit -a -m "chore: v${{steps.version.outputs.version}}"
|
||||||
git tag ${{steps.version.outputs.version}}
|
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Git push
|
- name: Git push
|
||||||
|
|
Loading…
Reference in New Issue
Block a user