From c4be814de50eb325b49ca47c934a014ae822b141 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sat, 15 Jun 2024 13:33:08 -0500 Subject: [PATCH] add registry url for publishing via CI --- .github/workflows/build_cli.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_cli.yml b/.github/workflows/build_cli.yml index ebc062e84..909f87839 100644 --- a/.github/workflows/build_cli.yml +++ b/.github/workflows/build_cli.yml @@ -19,6 +19,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18.18.2 + registry-url: 'https://registry.npmjs.org' - name: Setup pnpm uses: pnpm/action-setup@v3 @@ -47,4 +48,4 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true - working-directory: ./apps/cli \ No newline at end of file + working-directory: ./apps/cli