Skip to content

Commit

Permalink
Try less EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Jan 9, 2025
1 parent 9910875 commit d539610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Write cleaned releasenotes to GITHUB_OUTPUT
with open(os.environ['GITHUB_OUTPUT'], 'a') as output_file:
output_file.write(f"releasenotes<<EOF\n{releasenotes}\nEOF\n")
output_file.write(f"releasenotes<<{releasenotes}\n")
EOF
- name: Formatted Release Notes
run: |
Expand Down

0 comments on commit d539610

Please sign in to comment.