Skip to content

Commit 8b9c52d

Browse files
committed
zest-releaser pushes
1 parent dc712d1 commit 8b9c52d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040
verbose: true
4141
- name: Postrelease
4242
run: >-
43-
make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease
4443
git config user.name "${{ env.CI_COMMIT_AUTHOR }}"
4544
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
45+
make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease

0 commit comments

Comments
 (0)