Skip to content

Commit

Permalink
ci: Fix path with publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Oct 15, 2023
1 parent 7800e19 commit 3bc122b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- name: Publish
run: |
echo "//registry.visualpinball.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
cd ./Packages/NativeTrees
npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -23,5 +24,4 @@ jobs:
with:
token: ${{ secrets.GH_PAT }}
event-type: publish-complete
client-payload: '{"artifacts_run_id": "${{ github.run_id }}"}'

client-payload: '{"artifacts_run_id": "${{ github.run_id }}"}'

0 comments on commit 3bc122b

Please sign in to comment.