We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b832f commit 5fce10eCopy full SHA for 5fce10e
.github/workflows/ci-tag.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: oprypin/find-latest-tag@v1
25
with:
26
repository: ${{ github.repository }}
27
- regex: '^[0-9]+\\.[0-9]+\\.[0-9]+$'
+ regex: '^\d+\.\d+\.\d+$'
28
releases-only: false
29
30
# Delegate building and containerizing to a single workflow.
0 commit comments