Skip to content

Commit

Permalink
ci: 🐛 Fix changelog path for action-gh-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed May 4, 2021
1 parent 1f9b5a3 commit 0a5f2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
draft: true
prerelease: true
body_path: ${{ github.workflow }}/CHANGELOG.txt
body_path: ${{ github.workspace }}/CHANGELOG.txt
files: |
output/template/*.ott
output/doc/*.odt
Expand Down

0 comments on commit 0a5f2d1

Please sign in to comment.