Skip to content

Commit 94d050f

Browse files
committed
fix commit/push
1 parent cc8624f commit 94d050f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

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

0 commit comments

Comments
 (0)