Skip to content

Commit 2683e26

Browse files
authored
chore: add release token to node as well (#1793)
1 parent edd7847 commit 2683e26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Use Node.js from nvmrc
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version-file: '.nvmrc'
27-
registry-url: 'https://registry.npmjs.org'
26+
node-version-file: ".nvmrc"
27+
registry-url: "https://registry.npmjs.org"
2828

2929
- name: Install Dependencies
3030
run: pnpm i --frozen-lockfile
@@ -39,3 +39,4 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
42+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)