Skip to content

Commit

Permalink
try to fix postrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Mar 13, 2024
1 parent ecbac96 commit c14b23a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
verbose: true
- name: Postrelease
run: >-
git config user.name "${{ env.CI_COMMIT_AUTHOR }}" &&
git config user.email "[email protected]" &&
run: |
git config user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config user.email "[email protected]"
make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease

0 comments on commit c14b23a

Please sign in to comment.