Skip to content

Commit

Permalink
Merge pull request #14 from crichez/fix/20240804release-workflow-fix3
Browse files Browse the repository at this point in the history
Rename "body_file" key to "bodyfile" in release workflow
  • Loading branch information
crichez authored Aug 4, 2024
2 parents a088203 + 1b2aabd commit 53f3fd4
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 @@ -28,4 +28,4 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: crichez-secureboot-${{ env.VERSION }}.tar.gz
body_file: CHANGELOG.md
bodyfile: CHANGELOG.md

0 comments on commit 53f3fd4

Please sign in to comment.