Skip to content

Commit 77dbcd9

Browse files
committed
f
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 5d13503 commit 77dbcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
git config user.name 'release bot'
6969
git config user.email '[email protected]'
7070
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" )"
71+
VERSION="$( npm version "$NPMV_NEWVERSION" --message "$NPMV_MESSAGE"$'\n\n'"$COMMIT_SIG" --preid "$NPMV_PREID" )"
7272
echo "::debug::new version = $VERSION"
7373
VERSION_PLAIN="${VERSION:1}" # remove 'v' prefix
7474
echo "::debug::plain version = $VERSION_PLAIN"

0 commit comments

Comments
 (0)