Skip to content

Commit

Permalink
update for set-output deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
saito-ya authored and christian-draeger committed Nov 1, 2022
1 parent fa1abb9 commit c7968cf
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 @@ -87,7 +87,7 @@ main() {
next_version="${major}.${minor}.${patch}${pre}"
echo "create $release_type-release version: $prev_version -> $next_version"

echo "'next-version'=$next_version" >> $GITHUB_OUTPUT
echo "next-version=$next_version" >> $GITHUB_OUTPUT
}

main "$1" "$2"

0 comments on commit c7968cf

Please sign in to comment.