We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3752a9 commit abf0752Copy full SHA for abf0752
.github/workflows/build_and_publish.yml
@@ -60,6 +60,7 @@ jobs:
60
run: |
61
git add VERSION
62
git config --global user.name "github-actions[bot]"
63
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
64
git commit -a -m ":sparkles: 更新 VERSION"
65
git push
66
0 commit comments