Skip to content

Commit cb1013e

Browse files
committed
Fix release
1 parent 0e16fdf commit cb1013e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
- name: Setup Node.js
2525
uses: actions/setup-node@v3
26-
always-auth: true
27-
registry-url: 'https://registry.npmjs.org'
2826
with:
2927
node-version-file: .nvmrc
28+
always-auth: true
29+
registry-url: 'https://registry.npmjs.org'
3030

3131
- name: Cache dependencies
3232
id: yarn-cache

0 commit comments

Comments
 (0)