Skip to content

Commit

Permalink
Fixed parameter for release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 30, 2023
1 parent 254ba46 commit a899f1c
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 @@ -52,7 +52,7 @@ jobs:
uses: agronholm/release-notes@v1
with:
path: docs/news.rst
pattern: "^\\*\\*([0-9a-z.]+) "
version_pattern: "^\\*\\*([0-9a-z.]+) "
- uses: ncipollo/release-action@v1
with:
body: ${{ steps.changelog.outputs.changelog }}

0 comments on commit a899f1c

Please sign in to comment.