Skip to content

Commit

Permalink
Merge pull request #12 from kddejong/feature/schema/releases
Browse files Browse the repository at this point in the history
Fix bodypath for release flow
  • Loading branch information
kddejong authored Aug 21, 2024
2 parents eeeb6cc + d96f5a5 commit e620f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
name: Release ${{ github.ref_name }}
token: ${{ secrets.GH_PAT }}
body_path: ${{ github.workspace }}/build/CHANGELOG.txt
body_path: ${{ github.workspace }}/build/CHANGELOG.md
files: |
build/schemas-cfnlint.zip
build/schemas-draft7.zip

0 comments on commit e620f58

Please sign in to comment.