Skip to content

Commit daebc1e

Browse files
committed
ci: Maybe this helps...
1 parent a850f6b commit daebc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
1414
echo "always-auth=true" >> ~/.npmrc
1515
cd ./Packages/NativeTrees
16-
npm publish
16+
npm publish --registry=https://registry.visualpinball.org/
1717
env:
1818
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1919

0 commit comments

Comments
 (0)