mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
fix(actions): duplicated tags
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user