Skip to content

Commit

Permalink
Skip pre-stable check
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jul 24, 2024
1 parent 8b1449e commit 90de7ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ jobs:
console.log(`Release type: ${releaseType}`)
return releaseType
# TODO: Enable after reaching 1.0.0.
# 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 == 'false' && steps.get-release-type.outputs.result == 'latest'
run: echo "Tag set may be incorrect. Please, review" && exit 1
# - name: Verify tag format
# if: steps.check-tag-format.outputs.is_stable == 'false' && 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
Expand Down

0 comments on commit 90de7ae

Please sign in to comment.