Skip to content

Commit efd9a5c

Browse files
committed
global does not work
1 parent 92c1528 commit efd9a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Postrelease
4242
run: >-
4343
make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease
44-
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
45-
git config --global user.email "username@users.noreply.github.com"
44+
git config user.name "${{ env.CI_COMMIT_AUTHOR }}"
45+
git config user.email "username@users.noreply.github.com"
4646
git add pyproject.toml CHANGES.md
4747
git commit -m"Post release: back to development."
4848
git push

0 commit comments

Comments
 (0)