Skip to content

Commit

Permalink
new output method (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrogerWalt authored Mar 16, 2023
1 parent cd61851 commit 7e2e53b
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 @@ -17,4 +17,4 @@ if [ "${latest_tag}" = '' ] && [ "${INPUT_WITH_INITIAL_VERSION}" = 'true' ]; the
latest_tag="${INPUT_INITIAL_VERSION}"
fi

echo "::set-output name=tag::${latest_tag}"
echo "tag=${latest_tag}" >> $GITHUB_OUTPUT

0 comments on commit 7e2e53b

Please sign in to comment.