We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bf68b4 + 5900030 commit 7586241Copy full SHA for 7586241
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
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-]+)*))?$'
23
- name: Fail if invalid
24
if: steps.check-tag.outputs.match == ''
25
- uses: Actions/github-script@v7
+ uses: Actions/github-script@v8
26
with:
27
script: |
28
core.setFailed('Invalid tag')
0 commit comments