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 494511e commit 0c93eff
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 @@ -19,7 +19,7 @@ jobs:
fi
- name: Report SemVer Check
if: steps.check-tag.outputs.match != 'true'
run: exit 1 // Release version must follow semantic naming e.g. 1.0.2
run: exit 1 // Release version must use semantic version naming
- name: Check out GitHub Repo
with:
ref: "${{ github.event.pull_request.head.sha }}"
Expand Down

0 comments on commit 0c93eff

Please sign in to comment.