Skip to content

Commit 2914abe

Browse files
authored
upgrade: semver tool to v3.4.0 (#156)
1 parent 8236327 commit 2914abe

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
@@ -22,7 +22,7 @@ if [[ -z $CURRENT_TAG ]]; then
2222
fi
2323

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

2727
cat <<EOF >> "$GITHUB_OUTPUT"
2828
release_type=$PART

0 commit comments

Comments
 (0)