From 909f709659905c02d4eb8d7d1f27531f44f798c8 Mon Sep 17 00:00:00 2001 From: Diego Davila Freitas Date: Thu, 26 Mar 2026 21:20:50 +0100 Subject: [PATCH] fix: update environment variable for npm registry publishing --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |