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 0138996 commit 7e786cb
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 @@ -13,7 +13,7 @@ jobs:
steps:
- name: Check Tag
id: check-tag
run: |
run: |-
if [[ ${{ github.ref_name }} =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo ::set-output name=match::true
fi
Expand Down

0 comments on commit 7e786cb

Please sign in to comment.