From 2fa50190e597a48abdfb99a33fdfec59df7dc757 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 12 Jun 2025 13:13:27 -0400 Subject: skip nil values --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c5c8b4a88..c6cbdef22 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,11 @@ jobs: with: bun-version: 1.2.16 + - name: Test npm auth + run: npm whoami + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - run: | bun install ./script/publish.ts -- cgit v1.2.3