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 d96b3b3 commit c22278dCopy full SHA for c22278d
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Configure Git
53
# needed for push back of changes
54
run: |
55
- set -ex
+ set -eux
56
git config --local user.email "${GITHUB_ACTOR}@users.noreply.github.com"
57
git config --local user.name "${GITHUB_ACTOR}"
58
- name: Setup Node.js ${{ env.NODE_ACTIVE_LTS }}
@@ -65,8 +65,6 @@ jobs:
65
id: bump
66
67
set -eux
68
- git config user.name 'release bot'
69
- git config user.email '[email protected]'
70
COMMIT_SIG="Signed-off-by: $(git config user.name) <$(git config user.email)>"
71
VERSION="$( npm version "$NPMV_NEWVERSION" --message "$NPMV_MESSAGE"$'\n\n'"$COMMIT_SIG" --preid "$NPMV_PREID" )"
72
echo "::debug::new version = $VERSION"
0 commit comments