diff --git a/.github/workflows/create-pr-for-release-and-publish.yml b/.github/workflows/create-pr-for-release-and-publish.yml index 4630e0d9..4bd4e858 100644 --- a/.github/workflows/create-pr-for-release-and-publish.yml +++ b/.github/workflows/create-pr-for-release-and-publish.yml @@ -89,8 +89,6 @@ jobs: - name: Publish release to npm run: | yarn npm publish - env: - YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} - name: Create GitHub release run: node ./scripts/actions/create-release.mjs