Disable npm publishing for now

This commit is contained in:
Colin McDonnell
2025-09-09 16:58:30 -07:00
parent 087709f4c7
commit 7a14716481
+5 -5
View File
@@ -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()