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 7800e19 commit 3bc122bCopy full SHA for 3bc122b
.github/workflows/publish.yml
@@ -11,6 +11,7 @@ jobs:
11
- name: Publish
12
run: |
13
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
14
+ cd ./Packages/NativeTrees
15
npm publish
16
env:
17
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -23,5 +24,4 @@ jobs:
23
24
with:
25
token: ${{ secrets.GH_PAT }}
26
event-type: publish-complete
- client-payload: '{"artifacts_run_id": "${{ github.run_id }}"}'
27
-
+ client-payload: '{"artifacts_run_id": "${{ github.run_id }}"}'
0 commit comments