Skip to content

Commit

Permalink
global does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Mar 2, 2024
1 parent 92c1528 commit efd9a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Postrelease
run: >-
make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git config user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config user.email "username@users.noreply.github.com"
git add pyproject.toml CHANGES.md
git commit -m"Post release: back to development."
git push

0 comments on commit efd9a5c

Please sign in to comment.