Skip to content

Commit

Permalink
Fix CI release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maargenton committed Nov 11, 2024
1 parent 57b49bc commit 2fcf77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/artifacts/*"
bodyFile: "build/release_notes"
bodyFile: "build/release_notes.md"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2fcf77b

Please sign in to comment.