We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d13503 commit 77dbcd9Copy full SHA for 77dbcd9
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
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" )"
+ VERSION="$( npm version "$NPMV_NEWVERSION" --message "$NPMV_MESSAGE"$'\n\n'"$COMMIT_SIG" --preid "$NPMV_PREID" )"
72
echo "::debug::new version = $VERSION"
73
VERSION_PLAIN="${VERSION:1}" # remove 'v' prefix
74
echo "::debug::plain version = $VERSION_PLAIN"
0 commit comments