From 7a14716481dcd9a63d6970f93e9508fa8bfb5063 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 9 Sep 2025 16:58:30 -0700 Subject: [PATCH] Disable npm publishing for now --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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()