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 364741d commit 899fa91Copy full SHA for 899fa91
.github/workflows/publish.yml
@@ -57,6 +57,8 @@ jobs:
57
58
- name: Push version changes to GitHub
59
run: |
60
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
61
+ git config --global user.name "github-actions[bot]"
62
git add .
63
git commit -m "chore: update "
64
git push
0 commit comments