diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44e6fc2..330409c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 - - name: Setup npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc - uses: actions/setup-node@v4 with: cache: pnpm