Skip to content

Commit d684129

Browse files
authored
Update node-prerelease.js.yml
1 parent 7c89731 commit d684129

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/node-prerelease.js.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ jobs:
5656
version: 9.12.2
5757
run_install: false
5858

59-
- run: pnpm install
59+
- name: Install dependencies
60+
run: |
61+
pnpm install
62+
env:
63+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
6064
- run: pnpm build
6165
- run: |
6266
tar -zcvf linux-all-casaos-${{ steps.get_version.outputs.VERSION }}.tar.gz build

0 commit comments

Comments
 (0)