diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c655716f9..124bad72be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -703,6 +703,8 @@ jobs: shell: bash - name: Publish packages on npm with tag "ci" + env: + YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} run: | yarn workspaces foreach -W --no-private \ npm publish --provenance --tolerate-republish --tag ci