Skip to content

Commit 1bcd4b4

Browse files
committed
chore: Disable template generation on StackBlitz
1 parent c23f838 commit 1bcd4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pkg.pr.new.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
echo "::notice title=Version::0.0.0-preview.${{ github.event.pull_request.head.sha }}"
5454
working-directory: packages/nuqs
5555
- name: Publish to pkg.pr.new
56-
run: pnpx pkg-pr-new publish --compact './packages/nuqs'
56+
run: pnpx pkg-pr-new publish --compact './packages/nuqs' --no-template

0 commit comments

Comments
 (0)