We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94501df commit 271a1bdCopy full SHA for 271a1bd
.github/workflows/pkg.pr.new.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Build
15
run: pnpm run build
16
17
- - run: pnpx pkg-pr-new publish --comment=off --json output.json --compact --no-template
+ - run: pnpx pkg-pr-new publish --json output.json --compact --no-template
18
- name: Add metadata to output
19
uses: actions/github-script@v6
20
with:
0 commit comments