Skip to content

Commit f47619e

Browse files
authored
Merge pull request #762 from maiieul/fix-pkg-pr-new
fix(pkg.pr.new): try using dist folder
2 parents 59006e1 + 2d39bc3 commit f47619e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131
chromatic_token: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
3232

33-
- run: pnpx pkg-pr-new publish ./packages/kit-headless
33+
- run: pnpx pkg-pr-new publish ./dist/packages/kit-headless
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository

0 commit comments

Comments
 (0)