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.
2 parents 4b24933 + 277684c commit 4cc7191Copy full SHA for 4cc7191
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- name: Check Tag
18
id: check-tag
19
- uses: KyoriPowered/action-regex-match@v4
+ uses: KyoriPowered/action-regex-match@v5
20
with:
21
text: ${{ github.event.inputs.version }}
22
regex: '^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$'
0 commit comments