Skip to content

Commit 2338ce9

Browse files
authored
Update release.yml
1 parent 4019629 commit 2338ce9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v2
13+
14+
# Setup .npmrc file to publish to npm
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version: '16.x'
18+
registry-url: 'https://registry.npmjs.org'
19+
1320
- run: npm install
1421
- run: npm publish
1522
env:

0 commit comments

Comments
 (0)