We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5022f47 commit 8b98473Copy full SHA for 8b98473
.github/workflows/deploy.yml
@@ -201,8 +201,8 @@ jobs:
201
- name: 💾 Commit version bump
202
shell: bash
203
run: |
204
- git config user.name "github-actions[bot]"
205
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "Eatham532"
+ git config user.email "78714349+Eatham532@users.noreply.github.com"
206
git add pyproject.toml
207
git commit -m "chore: bump version to ${{ steps.bump_version.outputs.new_version }} [skip deploy]"
208
git push origin main
0 commit comments