Skip to content

Commit

Permalink
Skip on wrong tag set
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangelmorenochacon committed Jul 15, 2024
1 parent 6cd07c4 commit 9533457
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
console.log(`Release type: ${releaseType}`)
return releaseType
# This may indicate that the tag set has a typo, e.g., alpah, betta, etc.
- name: Verify tag format
if: !steps.check-tag-format.outputs.is_stable && steps.get-release-type.outputs.result == 'latest'
run: echo "Tag set may be incorrect. Please, review" && exit 1

- name: Configure yarn to publish packages
if: startsWith(github.ref, 'refs/tags/') && matrix.publish
env:
Expand Down

0 comments on commit 9533457

Please sign in to comment.