Update publish.yaml

This commit is contained in:
Lucàs
2025-05-29 09:21:13 +02:00
committed by GitHub
parent 698697295a
commit 0d91a56727
+3
View File
@@ -28,5 +28,8 @@ jobs:
- name: Set up npm auth
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Debug .npmrc content
run: cat ~/.npmrc
- name: Publish to npm
run: bun publish --access public