Skip to content

Commit ba86cf1

Browse files
committed
fix(test.yml): only publish ./packages/kit-headless for pkg.pr.new
1 parent 1f427d2 commit ba86cf1

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
33+
- run: pnpx pkg-pr-new publish ./packages/kit-headless
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository

0 commit comments

Comments
 (0)