We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf4e48 commit 7a27a2eCopy full SHA for 7a27a2e
.github/setup/action.yml
@@ -9,6 +9,7 @@ runs:
9
with:
10
node-version-file: ".nvmrc"
11
cache: "pnpm"
12
+ registry-url: "https://registry.npmjs.org"
13
14
- shell: bash
15
run: pnpm install
.github/workflows/release.yml
@@ -32,6 +32,7 @@ jobs:
32
33
version: pnpm ci:version
34
publish: pnpm ci:publish
35
- registry-url: "https://registry.npmjs.org"
+
36
env:
37
GITHUB_TOKEN: ${{ secrets.CHANGESETS_TOKEN }}
38
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments