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 a850f6b commit daebc1eCopy full SHA for daebc1e
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
14
echo "always-auth=true" >> ~/.npmrc
15
cd ./Packages/NativeTrees
16
- npm publish
+ npm publish --registry=https://registry.visualpinball.org/
17
env:
18
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
19
0 commit comments