Skip to content

Commit f6bcdce

Browse files
authored
Update npm-publish.yml
1 parent 22e55b7 commit f6bcdce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
steps:
1111
- name: Clone repo
1212
uses: actions/checkout@v2
13+
- name: Setup .npmrc file
14+
uses: actions/setup-node@v2
15+
with:
16+
node-version: '12.x'
17+
registry-url: 'https://registry.npmjs.org'
1318
- name: Publish!
1419
run: npm publish
1520
env:

0 commit comments

Comments
 (0)