Skip to content

Commit 6326691

Browse files
Use the latest prepare-release action and fix quotes (#322)
Use the latest prepare-release action and fix quotes Reviewed-by: František Lachman <[email protected]>
2 parents c5f177d + c45e495 commit 6326691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Prepare release content
23-
uses: packit/prepare-release@v2
23+
uses: packit/prepare-release@v3
2424
with:
2525
version: ${{ inputs.version }}
2626
specfiles: fedora/python-specfile.spec,epel8/python-specfile.spec
27-
prerelease_suffix_pattern: ([.\\-_]?)(a(lpha)?|b(eta)?|r?c|pre(view)?)([.\\-_]?\\d+)?
27+
prerelease_suffix_pattern: "([.\\-_]?)(a(lpha)?|b(eta)?|r?c|pre(view)?)([.\\-_]?\\d+)?"
2828
prerelease_suffix_macro: prerelease
2929
- name: Create Pull Request
3030
uses: peter-evans/create-pull-request@v4

0 commit comments

Comments
 (0)