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 92c1528 commit efd9a5cCopy full SHA for efd9a5c
.github/workflows/release.yaml
@@ -41,8 +41,8 @@ jobs:
41
- name: Postrelease
42
run: >-
43
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"
+ git config user.name "${{ env.CI_COMMIT_AUTHOR }}"
+ git config 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