Skip to content

Commit

Permalink
try syntax from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Jul 5, 2024
1 parent 049fcba commit 15a89b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ jobs:
RELEASE_NOTES=$(python build_utils/cut_changelog.py)
echo "${RELEASE_NOTES}"
echo ------------------
printf "contents=<<EOF\n%s\nEOF" "${RELEASE_NOTES}" >> "$GITHUB_OUTPUT"
{
echo 'contents<<EOF'
"${RELEASE_NOTES}"
echo EOF
} >> "$GITHUB_OUTPUT"
- name: check if prerelease
id: prerelease
Expand Down

0 comments on commit 15a89b6

Please sign in to comment.