From ca37f36536daea9e85cbdf864ae592396d75d654 Mon Sep 17 00:00:00 2001 From: Paul Jankowski <8BitTitan@gmail.com> Date: Fri, 17 Jul 2026 11:46:03 -0400 Subject: [PATCH] fix: Try blank NPM_AUTH_TOKEN --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a7399656..098431e7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -180,6 +180,7 @@ jobs: name: Release if needed command: | export NPM_TOKEN='' + export NPM_AUTH_TOKEN='' bun run release test_playwright: <<: *playwright