Skip to content

Commit 8537b1d

Browse files
Merge pull request #163 from PhantomGamers/dependabot/github_actions/KyoriPowered/action-regex-match-4
2 parents c21259b + 8f639be commit 8537b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Check Tag
1818
id: check-tag
19-
uses: KyoriPowered/action-regex-match@v3
19+
uses: KyoriPowered/action-regex-match@v4
2020
with:
2121
text: ${{ github.event.inputs.version }}
2222
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

Comments
 (0)