We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b49bc commit 2fcf77bCopy full SHA for 2fcf77b
.github/workflows/release.yaml
@@ -44,5 +44,5 @@ jobs:
44
uses: ncipollo/release-action@v1
45
with:
46
artifacts: "build/artifacts/*"
47
- bodyFile: "build/release_notes"
+ bodyFile: "build/release_notes.md"
48
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments