diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 76de3c2d..0f984a33 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -54,7 +54,6 @@ jobs: - name: Publish package preview id: package-preview - # Do not run for `alpha` or `beta` branches if: github.event_name == 'pull_request' && (github.actor != 'renovate[bot]' || contains(github.event.pull_request.labels.*.name, 'create preview package')) env: NPM_TOKEN: ${{ secrets.NPM_TOKEN_PUBLIC_PUBLISH }}