diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e20537..d5f0220 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,9 +49,4 @@ jobs: - run: npx changelogithub if: steps.check_version.outputs.tag == 'latest' env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - - name: Publish to npm - run: pnpm -r publish --access public --no-git-checks --tag ${{steps.check_version.outputs.tag}} - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file