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 4400dca commit 24bee2cCopy full SHA for 24bee2c
.github/workflows/publish.yml
@@ -13,9 +13,11 @@ jobs:
13
merge-multiple: true
14
github-token: ${{ secrets.GITHUB_TOKEN }}
15
run-id: ${{ github.event.client_payload.artifacts_run_id }}
16
+ - uses: actions/setup-node@v4
17
+ with:
18
+ node-version: '20.x'
19
+ registry-url: 'https://registry.visualpinball.org'
20
- name: Publish
- run: |
- echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- npm publish
21
+ run: npm publish
22
env:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments