Skip to content

Commit d876255

Browse files
authored
ci(auto-release): Accept Pre-Releases in auto-release (#11655)
1 parent c71922b commit d876255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Parse version from head branch
2626
text: ${{ github.head_ref }}
2727
# match: preprare-release/xx.xx.xx
28-
regex: '^prepare-release\/(\d+\.\d+\.\d+)$'
28+
regex: '^prepare-release\/(\d+\.\d+\.\d+)(?:-(alpha|beta)\.\d+)?$'
2929

3030
- name: Prepare release
3131
uses: getsentry/action-prepare-release@v1

0 commit comments

Comments
 (0)