Skip to content

Commit

Permalink
catch unescaped new lines in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Feb 27, 2025
1 parent 6d11152 commit cc6a79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo "\"\"\"" >> "$TEMP_FILE"
echo "Changelog for version ${{ env.VERSION }} ($TIMESTAMP):" >> "$TEMP_FILE"
echo "" >> "$TEMP_FILE"
echo "$RELEASE_NOTES" >> "$TEMP_FILE"
echo "${{ env.RELEASE_NOTES }}" >> "$TEMP_FILE"
echo "\"\"\"" >> "$TEMP_FILE"
echo "" >> "$TEMP_FILE"
cat "$VERSION_FILE" >> "$TEMP_FILE"
Expand Down

0 comments on commit cc6a79c

Please sign in to comment.