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 cc8624f commit 94d050fCopy full SHA for 94d050f
.github/workflows/release.yaml
@@ -41,5 +41,8 @@ jobs:
41
- name: Postrelease
42
run: >-
43
make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease
44
- git commit pyproject.toml CHANGES.md -m"Post release: back to development."
+ 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."
48
git push
0 commit comments