fix: update environment variable for npm registry publishing

This commit is contained in:
2026-03-26 21:20:50 +01:00
parent 469697f636
commit 909f709659

View File

@@ -76,7 +76,7 @@ jobs:
- name: Publish to npm registry
run: bun publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Create Gitea release and upload binaries
run: |