Skip to content

Commit 4cc7191

Browse files
Merge pull request #231 from PhantomGamers/dependabot/github_actions/KyoriPowered/action-regex-match-5
Bump KyoriPowered/action-regex-match from 4 to 5
2 parents 4b24933 + 277684c commit 4cc7191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
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@v4
19+
uses: KyoriPowered/action-regex-match@v5
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)