Skip to content

Commit c14b23a

Browse files
committed
try to fix postrelease
1 parent ecbac96 commit c14b23a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
verbose: true
4141
- name: Postrelease
42-
run: >-
43-
git config user.name "${{ env.CI_COMMIT_AUTHOR }}" &&
44-
git config user.email "username@users.noreply.github.com" &&
42+
run: |
43+
git config user.name "${{ env.CI_COMMIT_AUTHOR }}"
44+
git config user.email "username@users.noreply.github.com"
4545
make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease

0 commit comments

Comments
 (0)