Skip to content

Commit

Permalink
Merge pull request #163 from PhantomGamers/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…KyoriPowered/action-regex-match-4
  • Loading branch information
PhantomGamers authored Oct 21, 2023
2 parents c21259b + 8f639be commit 8537b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Check Tag
id: check-tag
uses: KyoriPowered/action-regex-match@v3
uses: KyoriPowered/action-regex-match@v4
with:
text: ${{ github.event.inputs.version }}
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-]+)*))?$'
Expand Down

0 comments on commit 8537b1d

Please sign in to comment.