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.
2 parents 5c17911 + 8b15819 commit 781be0dCopy full SHA for 781be0d
entrypoint.sh
@@ -20,7 +20,7 @@ if [[ -z $CURRENT_TAG ]]; then
20
fi
21
22
echo "::debug::Calculating diff..."
23
-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.3.0/src/semver | bash -s diff "${CURRENT_TAG//v/}" "${NEW_TAG//v/}")
24
25
echo "::set-output name=release_type::$PART"
26
echo "::set-output name=old_version::$CURRENT_TAG"
0 commit comments