diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3797f8f..4ba929f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -123,11 +123,11 @@ jobs: draft: false prerelease: false - - name: Publish to npm - if: steps.check_tag.outputs.exists == 'false' - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + # - name: Publish to npm + # if: steps.check_tag.outputs.exists == 'false' + # run: npm publish --access public + # env: + # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Summary if: always()