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 229a223 commit 744fb5dCopy full SHA for 744fb5d
entrypoint.sh
@@ -23,5 +23,5 @@ fi
23
24
25
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//}")
+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