diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 264913e..44e4918 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,5 +24,3 @@ jobs: registry-url: https://registry.npmjs.org/ - run: | yarn install --immutable --immutable-cache --check-cache - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}