Skip to content

Commit

Permalink
chore: typo fix in release CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleT committed Feb 3, 2022
1 parent fc83db5 commit c0c1e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: tags
run: |
function isSemver() {
echo "${1}" | grep -Eq '^refs/tags/v?([0-9]+)\.([0-9+])\.([0-9]+)(-[a-zA-Z]+(\.[0-9]+)?)?$'
echo "${1}" | grep -Eq '^refs/tags/v?([0-9]+)\.([0-9]+)\.([0-9]+)(-[a-zA-Z]+(\.[0-9]+)?)?$'
}
echo $GITHUB_REF
Expand Down

0 comments on commit c0c1e89

Please sign in to comment.