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 edd7847 commit 2683e26Copy full SHA for 2683e26
.github/workflows/release.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Use Node.js from nvmrc
24
uses: actions/setup-node@v4
25
with:
26
- node-version-file: '.nvmrc'
27
- registry-url: 'https://registry.npmjs.org'
+ node-version-file: ".nvmrc"
+ registry-url: "https://registry.npmjs.org"
28
29
- name: Install Dependencies
30
run: pnpm i --frozen-lockfile
@@ -39,3 +39,4 @@ jobs:
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
42
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
0 commit comments