mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 11:42:18 +08:00
Update release_new_version.yaml
This commit is contained in:
parent
d60cd78336
commit
0741ab8ab2
2
.github/workflows/release_new_version.yaml
vendored
2
.github/workflows/release_new_version.yaml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
- name: Commit and push
|
||||
if: ${{ github.event.inputs.release_type != '内测版' }}
|
||||
run: |
|
||||
git config --global user.email "juewuy@gmail.com" && git config --global user.name "Bot"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com" && git config --global user.name "github-actions[bot]"
|
||||
git add . && git commit -m "${new_type} ${new_version} 打包" || exit 0
|
||||
git push
|
||||
if [[ "${new_type}" == "正式版" ]]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user