diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2baf717a..f9b75750 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,8 +34,6 @@ jobs: echo "VERSION=$VERSION" >> $GITHUB_ENV node ./scripts/update-version.mjs $VERSION - run: npm run release - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_2 }} - name: Create GitHub Issue on Failure if: failure()