Skip to content

Commit 229a223

Browse files
authored
Update entrypoint.sh
1 parent ec19b61 commit 229a223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ if [[ -z $CURRENT_TAG ]]; then
2222
fi
2323

2424

25-
PART=$(wget -O - https://raw.githubusercontent.com/fsaintjacques/semver-tool/3.2.0/src/semver | bash -s diff $CURRENT_TAG $NEW_TAG)
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//}")
2627
echo "::set-output name=release_type::$PART"

0 commit comments

Comments
 (0)