diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be62c80..0999a43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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