Skip to content

Commit 506b130

Browse files
committed
match prerelease aswell
1 parent 75993ae commit 506b130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: oprypin/find-latest-tag@v1
2626
with:
2727
repository: ${{ github.repository }}
28-
regex: '^\d+\.\d+\.\d+$'
28+
regex: '^\d+\.\d+\.\d+(-[0-9A-Za-z]+(\.\d+)*)?$'
2929
releases-only: false
3030

3131
# Delegate building and containerizing to a single workflow.

0 commit comments

Comments
 (0)