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 59006e1 commit 2d39bc3Copy full SHA for 2d39bc3
.github/workflows/test.yml
@@ -30,6 +30,6 @@ jobs:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
31
chromatic_token: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
32
33
- - run: pnpx pkg-pr-new publish ./packages/kit-headless
+ - run: pnpx pkg-pr-new publish ./dist/packages/kit-headless
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository
0 commit comments