Skip to content

Commit

Permalink
test old semver ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pierregee committed Aug 28, 2023
1 parent e355f23 commit f62acb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-semver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
script: |
const semver = context.ref.replace('refs/tags/v', '')
echo "The value is ${semver}"
console.log("The value is ${semver});
if (semver.match(/^[0-9]+\.[0-9]+\.[0-9]+$/)) {
return semver
}
Expand Down

0 comments on commit f62acb2

Please sign in to comment.