Skip to content

Commit 781be0d

Browse files
authored
Merge pull request #62 from tj-actions/chore/upgrade-semver-tool
2 parents 5c17911 + 8b15819 commit 781be0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [[ -z $CURRENT_TAG ]]; then
2020
fi
2121

2222
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/}")
23+
PART=$(wget -O - https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.3.0/src/semver | bash -s diff "${CURRENT_TAG//v/}" "${NEW_TAG//v/}")
2424

2525
echo "::set-output name=release_type::$PART"
2626
echo "::set-output name=old_version::$CURRENT_TAG"

0 commit comments

Comments
 (0)