Skip to content

Commit

Permalink
fix: fix GitHub warning about set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
pg authored and StephaneBour committed Nov 7, 2022
1 parent e8848d7 commit 7efba78
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 @@ -73,4 +73,4 @@ if [ "${CREATE_RELEASE}" = "true" ] || [ "${CREATE_RELEASE}" = true ]; then
echo "${OUTPUT}" | jq
fi;

echo ::set-output name=release::"${NEXT_RELEASE}"
echo "release=${NEXT_RELEASE}" >> $GITHUB_OUTPUT

0 comments on commit 7efba78

Please sign in to comment.