Skip to content

Commit

Permalink
fix commit/push
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Mar 1, 2024
1 parent cc8624f commit 94d050f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
- name: Postrelease
run: >-
make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease
git commit pyproject.toml CHANGES.md -m"Post release: back to development."
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global 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 94d050f

Please sign in to comment.