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 ec19b61 commit 229a223Copy full SHA for 229a223
entrypoint.sh
@@ -22,5 +22,6 @@ if [[ -z $CURRENT_TAG ]]; then
22
fi
23
24
25
-PART=$(wget -O - https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.2.0/src/semver | bash -s diff $CURRENT_TAG $NEW_TAG)
+
26
+PART=$(wget -O - https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.2.0/src/semver | bash -s diff "${CURRENT_TAG/v//}" "${NEW_TAG/v//}")
27
echo "::set-output name=release_type::$PART"
0 commit comments