Skip to content

Commit a899f1c

Browse files
committed
Fixed parameter for release-notes
1 parent 254ba46 commit a899f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: agronholm/release-notes@v1
5353
with:
5454
path: docs/news.rst
55-
pattern: "^\\*\\*([0-9a-z.]+) "
55+
version_pattern: "^\\*\\*([0-9a-z.]+) "
5656
- uses: ncipollo/release-action@v1
5757
with:
5858
body: ${{ steps.changelog.outputs.changelog }}

0 commit comments

Comments
 (0)