Skip to content

Commit 14d02ca

Browse files
committed
fix: try using always-auth with setup-node
1 parent 9648338 commit 14d02ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
node-version: "lts/*"
2121
registry-url: 'https://registry.npmjs.org'
22+
always-auth: true
2223
- name: Install package dependencies
2324
run: yarn install
2425
- name: Build package

0 commit comments

Comments
 (0)