We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8f990 commit a7ffde2Copy full SHA for a7ffde2
.github/workflows/release.yml
@@ -72,4 +72,4 @@ jobs:
72
73
- name: Continuous release via pkg.pr.new
74
if: github.event_name == 'pull_request'
75
- run: yarn dlx pkg-pr-new publish --compact --template './demo' --packageManager yarn
+ run: yarn dlx pkg-pr-new publish --compact './**/*' --template './demo' --packageManager yarn
0 commit comments