Skip to content

Commit

Permalink
Migrate set-output command to output file (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Oct 18, 2022
1 parent 500adc4 commit 95939c5
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 @@ -23,7 +23,7 @@ then
echo "Tag ${version} not found. Adding..."
git tag ${version}
git push origin ${version}
echo "::set-output name=version::${version}"
echo "version=${version}" >> ${GITHUB_OUTPUT}
else
echo "Tag ${version} found. Nothing to do."
exit 0
Expand Down

0 comments on commit 95939c5

Please sign in to comment.