Skip to content

Commit 9854d9c

Browse files
authored
Update nodejs.yml
1 parent 465ae69 commit 9854d9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
npm run build --if-present
2323
# npm test
2424
- name: npm publish
25-
run: npm publish
25+
run: |
26+
export NPM_TOKEN=${{ SECRETS.NPM_TOKEN }}
27+
npm publish
2628
env:
2729
CI: true

0 commit comments

Comments
 (0)