Skip to content

Commit 8370f2c

Browse files
committed
ci: Try to fix registry auth.
1 parent 31eafac commit 8370f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- name: Publish
1212
run: |
1313
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
14+
echo "always-auth=true" >> ~/.npmrc
1415
cd ./Packages/NativeTrees
1516
npm publish
1617
env:

0 commit comments

Comments
 (0)