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 ecbac96 commit c14b23aCopy full SHA for c14b23a
.github/workflows/release.yaml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
verbose: true
41
- name: Postrelease
42
- run: >-
43
- git config user.name "${{ env.CI_COMMIT_AUTHOR }}" &&
44
- git config user.email "username@users.noreply.github.com" &&
+ run: |
+ git config user.name "${{ env.CI_COMMIT_AUTHOR }}"
+ git config user.email "username@users.noreply.github.com"
45
make ZEST_RELEASER_POSTRELEASE_OPTIONS=--no-input postrelease
0 commit comments