Skip to content

Commit 7d0a335

Browse files
authored
Merge pull request #768 from maiieul/pkg.pr.new-compact
chore(pkg.pr.new): use compact mode
2 parents 18cbfa9 + 27cc1a3 commit 7d0a335

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
@@ -40,6 +40,6 @@ jobs:
4040
with:
4141
node_version: 20
4242
- run: pnpm build.headless
43-
- run: pnpx pkg-pr-new publish ./dist/packages/kit-headless
43+
- run: pnpx pkg-pr-new publish --compact ./dist/packages/kit-headless
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN is provided automatically in any repository

0 commit comments

Comments
 (0)