From 3b7272f022403021034890f0c4fc29ad0dc643f6 Mon Sep 17 00:00:00 2001 From: Christian van der Loo Date: Sun, 10 Nov 2024 15:00:42 -0500 Subject: [PATCH] ci: drop registry url and fix env --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5564eda..28fbf4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,8 @@ jobs: - uses: oven-sh/setup-bun@v2 with: bun-version: latest - registry-url: https://registry.npmjs.org/ - run: bun i - run: bun run build - run: bun publish env: - NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}