add registry url for publishing via CI

This commit is contained in:
2024-06-15 13:33:08 -05:00
committed by GitHub
parent 9f3186e249
commit c4be814de5
+2 -1
View File
@@ -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
working-directory: ./apps/cli