Skip to content

Commit c22278d

Browse files
committed
f
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent d96b3b3 commit c22278d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Configure Git
5353
# needed for push back of changes
5454
run: |
55-
set -ex
55+
set -eux
5656
git config --local user.email "${GITHUB_ACTOR}@users.noreply.github.com"
5757
git config --local user.name "${GITHUB_ACTOR}"
5858
- name: Setup Node.js ${{ env.NODE_ACTIVE_LTS }}
@@ -65,8 +65,6 @@ jobs:
6565
id: bump
6666
run: |
6767
set -eux
68-
git config user.name 'release bot'
69-
git config user.email '[email protected]'
7068
COMMIT_SIG="Signed-off-by: $(git config user.name) <$(git config user.email)>"
7169
VERSION="$( npm version "$NPMV_NEWVERSION" --message "$NPMV_MESSAGE"$'\n\n'"$COMMIT_SIG" --preid "$NPMV_PREID" )"
7270
echo "::debug::new version = $VERSION"

0 commit comments

Comments
 (0)