Skip to content

Commit 019f70c

Browse files
committed
Try again
1 parent 6f76f0c commit 019f70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: pnpm run build --filter "@trigger.dev/*" --filter "trigger.dev"
5252

5353
- name: ⚡ publish preview release
54-
run: npx pkg-pr-new publish --no-template --compact $(ls -d ./packages/*)
54+
run: npx pkg-pr-new publish --no-template $(ls -d ./packages/*)
5555

5656
# e2e:
5757
# uses: ./.github/workflows/e2e.yml

0 commit comments

Comments
 (0)