取消 push 指定分支
This commit is contained in:
committed by
GitHub
parent
d9f6c66b55
commit
d02c6dadb6
2
.github/workflows/release_new_version.yaml
vendored
2
.github/workflows/release_new_version.yaml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
run: |
|
||||
git config --global user.email "juewuy@gmail.com" && git config --global user.name "Bot"
|
||||
git add . && git commit -m "${new_type} ${new_version} 打包" || exit 0
|
||||
git push origin master
|
||||
git push
|
||||
if [[ "${new_type}" == "正式版" ]]; then
|
||||
git tag ${new_version}
|
||||
git push origin ${new_version}
|
||||
|
||||
Reference in New Issue
Block a user