From c8e5317c8e8307234023373cf5f00757381108a5 Mon Sep 17 00:00:00 2001 From: Calvin Koepke Date: Mon, 1 Jul 2024 11:17:56 -0600 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d7253e..7945bed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,13 +34,13 @@ jobs: # Bump Versions (reinstate after release) - name: Bump versions - run: bun version + run: bun version:ci env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Configure npm authentication - run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }} + run: npm config set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ACCESS_TOKEN }} # Create Release - name: Publish - run: bun run publish + run: bun run publish:ci