mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 07:45:10 +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 add .
|
||||
git commit -a -m "chore: v${{steps.version.outputs.version}}"
|
||||
git tag ${{steps.version.outputs.version}}
|
||||
continue-on-error: true
|
||||
|
||||
- name: Git push
|
||||
|
||||
Reference in New Issue
Block a user