Skip to content

Commit

Permalink
Use GITHUB_OUTPUT instead of set-output (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Milton Torasso <milton.torasso@kiwibot.com>
  • Loading branch information
MorlaxAR and mtorasso-kiwi authored Oct 31, 2022
1 parent 7aa1d82 commit f9202ed
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 @@ -3,4 +3,4 @@ PACKAGE_JSON_PATH="${1-.}"
echo "Reading package.json from ${PACKAGE_JSON_PATH}/package.json"
PACKAGE_VERSION=$(cat ${PACKAGE_JSON_PATH}/package.json | jq '.version' | tr -d '"')

echo ::set-output name=current-version::$PACKAGE_VERSION
echo "current-version=${PACKAGE_VERSION}" >> $GITHUB_OUTPUT

0 comments on commit f9202ed

Please sign in to comment.