Skip to content

Commit

Permalink
Fixed the changelog path
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Sep 2, 2023
1 parent 3f668eb commit d280d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- id: changelog
uses: agronholm/release-notes@v1
with:
path: docs/versionhistory.rst
path: CHANGES.rst
- uses: ncipollo/release-action@v1
with:
body: ${{ steps.changelog.outputs.changelog }}

0 comments on commit d280d61

Please sign in to comment.