Skip to content

Commit

Permalink
Merge pull request #173 from PhantomGamers/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…Actions/github-script-7
  • Loading branch information
PhantomGamers authored Nov 19, 2023
2 parents 5a1edc7 + f39bbd1 commit 441a06a
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 @@ -22,7 +22,7 @@ jobs:
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-]+)*))?$'
- name: Fail if invalid
if: steps.check-tag.outputs.match == ''
uses: Actions/github-script@v6
uses: Actions/github-script@v7
with:
script: |
core.setFailed('Invalid tag')
Expand Down

0 comments on commit 441a06a

Please sign in to comment.