Skip to content

Commit

Permalink
ci: Maybe this helps...
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Oct 15, 2023
1 parent a850f6b commit daebc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
echo "always-auth=true" >> ~/.npmrc
cd ./Packages/NativeTrees
npm publish
npm publish --registry=https://registry.visualpinball.org/
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit daebc1e

Please sign in to comment.