We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c21259b + 8f639be commit 8537b1dCopy full SHA for 8537b1d
.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@v3
+ uses: KyoriPowered/action-regex-match@v4
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