Skip to content

Commit 2fcf77b

Browse files
committed
Fix CI release workflow
1 parent 57b49bc commit 2fcf77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
uses: ncipollo/release-action@v1
4545
with:
4646
artifacts: "build/artifacts/*"
47-
bodyFile: "build/release_notes"
47+
bodyFile: "build/release_notes.md"
4848
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)