Skip to content

Commit 277684c

Browse files
Bump KyoriPowered/action-regex-match from 4 to 5
Bumps [KyoriPowered/action-regex-match](https://github.com/kyoripowered/action-regex-match) from 4 to 5. - [Release notes](https://github.com/kyoripowered/action-regex-match/releases) - [Commits](KyoriPowered/action-regex-match@v4...v5) --- updated-dependencies: - dependency-name: KyoriPowered/action-regex-match dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b24933 commit 277684c

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)