Skip to content

Commit 3bc122b

Browse files
committed
ci: Fix path with publishing.
1 parent 7800e19 commit 3bc122b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- name: Publish
1212
run: |
1313
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
14+
cd ./Packages/NativeTrees
1415
npm publish
1516
env:
1617
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -23,5 +24,4 @@ jobs:
2324
with:
2425
token: ${{ secrets.GH_PAT }}
2526
event-type: publish-complete
26-
client-payload: '{"artifacts_run_id": "${{ github.run_id }}"}'
27-
27+
client-payload: '{"artifacts_run_id": "${{ github.run_id }}"}'

0 commit comments

Comments
 (0)