Skip to content

Commit

Permalink
Remove printf statement
Browse files Browse the repository at this point in the history
  • Loading branch information
corstian committed Oct 22, 2024
1 parent 1f5ee56 commit b7899fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Write release notes
env:
RELEASE_NOTES: "$(printf %s ${{ steps.semantic.outputs.new_release_notes}})"
RELEASE_NOTES: "${{ steps.semantic.outputs.new_release_notes}}"
run: echo "$RELEASE_NOTES" > "./src/Whaally.Domain/release-notes.txt"

- name: Build for Publish
Expand Down

0 comments on commit b7899fb

Please sign in to comment.