diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7aee26c..0474e3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,9 @@ jobs: - name: Wait for Verdaccio run: npx wait-on http://localhost:4873 --timeout 30000 + - name: Authenticate to local registry + run: npm config set //localhost:4873/:_authToken dummy-token + - name: Publish to local registry run: pnpm run registry:publish:only @@ -96,6 +99,9 @@ jobs: - name: Wait for Verdaccio run: npx wait-on http://localhost:4873 --timeout 30000 + - name: Authenticate to local registry + run: npm config set //localhost:4873/:_authToken dummy-token + - name: Publish to local registry run: pnpm run registry:publish:only