Skip to content

Commit

Permalink
upgrade: semver tool to v3.4.0 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Mar 1, 2024
1 parent 8236327 commit 2914abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [[ -z $CURRENT_TAG ]]; then
fi

echo "::debug::Calculating diff..."
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/}")

cat <<EOF >> "$GITHUB_OUTPUT"
release_type=$PART
Expand Down

0 comments on commit 2914abe

Please sign in to comment.