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 87ae418 commit b936d99Copy full SHA for b936d99
.github/workflows/publish.yml
@@ -8,15 +8,17 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- - uses: actions/download-artifact@v4
12
- with:
13
- github-token: ${{ secrets.GITHUB_TOKEN }}
14
- run-id: ${{ github.event.client_payload.artifacts_run_id }}
15
- uses: actions/setup-node@v4
16
with:
17
node-version: '20.x'
18
registry-url: 'https://registry.visualpinball.org'
+ - uses: actions/download-artifact@v4
+ with:
+ name: Plugins
+ path: .
19
+ github-token: ${{ secrets.GITHUB_TOKEN }}
20
+ run-id: ${{ github.event.client_payload.artifacts_run_id }}
21
- name: Publish
22
run: npm publish
23
env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments