diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index a808d12..e8b49e8 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -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: |