Skip to content

Commit

Permalink
fix(ci): changelog
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Dec 11, 2023
1 parent 91419e9 commit 5bc7db9
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 @@ -52,7 +52,7 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v1
with:
body_path: CHANGELOG.md
body_path: CHANGELOG
prerelease: ${{ startsWith(github.ref, 'refs/heads/prep-release') }}
draft: true
generate_release_notes: true
Expand Down

0 comments on commit 5bc7db9

Please sign in to comment.