Skip to content

Commit 5fce10e

Browse files
committed
Fix tag regex
1 parent 70b832f commit 5fce10e

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: oprypin/find-latest-tag@v1
2525
with:
2626
repository: ${{ github.repository }}
27-
regex: '^[0-9]+\\.[0-9]+\\.[0-9]+$'
27+
regex: '^\d+\.\d+\.\d+$'
2828
releases-only: false
2929

3030
# Delegate building and containerizing to a single workflow.

0 commit comments

Comments
 (0)