We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31eafac commit 8370f2cCopy full SHA for 8370f2c
.github/workflows/publish.yml
@@ -11,6 +11,7 @@ jobs:
11
- name: Publish
12
run: |
13
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
14
+ echo "always-auth=true" >> ~/.npmrc
15
cd ./Packages/NativeTrees
16
npm publish
17
env:
0 commit comments