Update publish.yaml

This commit is contained in:
Lucàs
2025-05-29 09:17:27 +02:00
committed by GitHub
parent e9acfd2258
commit 698697295a
+2 -4
View File
@@ -25,10 +25,8 @@ jobs:
run: |
bun run build
- name: Authenticate to npm
run: bunx npm login
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Set up npm auth
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Publish to npm
run: bun publish --access public