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 75993ae commit 506b130Copy full SHA for 506b130
.github/workflows/ci-tag.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: oprypin/find-latest-tag@v1
26
with:
27
repository: ${{ github.repository }}
28
- regex: '^\d+\.\d+\.\d+$'
+ regex: '^\d+\.\d+\.\d+(-[0-9A-Za-z]+(\.\d+)*)?$'
29
releases-only: false
30
31
# Delegate building and containerizing to a single workflow.
0 commit comments