Skip to content

Commit

Permalink
Update prod_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfillman authored Mar 1, 2022
1 parent 3f2a7bf commit 427f644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check Tag
id: check-tag
run: |
if [[ github.event.ref =~ ^refs/tags/[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
if [[ $GITHUB_REF_NAME =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo ::set-output name=match::true
fi
- name: Report SemVer Check
Expand Down

0 comments on commit 427f644

Please sign in to comment.