Skip to content

Commit

Permalink
Fixed changelog body path.. again.
Browse files Browse the repository at this point in the history
Actual fix of 9921f04

Do not trust your IDEs explorer indentation.. or your eyes..
  • Loading branch information
atakiya committed Mar 11, 2024
1 parent 33d447f commit b0fc3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
id: create_release
with:
draft: true
body_path: ${{ github.workspace }}/.github/workflows/CHANGELOG.md
body_path: ${{ github.workspace }}/.github/CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit b0fc3b3

Please sign in to comment.