diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7866e17ae..d4b664967 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Publish to NPM run: corepack yarn workspaces foreach --no-private npm publish --access public --tolerate-republish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Merge PR id: merge run: |