We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678086d commit f5b1a57Copy full SHA for f5b1a57
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Soft release
64
id: soft-release
65
- run: pnpx pkg-pr-new publish './packages/*' # --compact enable compact after release
+ run: pnpx pkg-pr-new publish './packages/*' --compact
66
67
playwright:
68
name: "Playwright Tests - ${{ matrix.browser }}"
0 commit comments