We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jackton1
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8236327 commit 2914abeCopy full SHA for 2914abe
entrypoint.sh
@@ -22,7 +22,7 @@ if [[ -z $CURRENT_TAG ]]; then
22
fi
23
24
echo "::debug::Calculating diff..."
25
-PART=$(wget -O - https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.3.0/src/semver | bash -s diff "${CURRENT_TAG//v/}" "${NEW_TAG//v/}")
+PART=$(wget -O - https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.4.0/src/semver | bash -s diff "${CURRENT_TAG//v/}" "${NEW_TAG//v/}")
26
27
cat <<EOF >> "$GITHUB_OUTPUT"
28
release_type=$PART
0 commit comments