We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7f1c7 commit 2348797Copy full SHA for 2348797
1 file changed
.github/workflows/preview.yml
@@ -42,4 +42,5 @@ jobs:
42
npm pack --dry-run
43
44
- name: Publish preview
45
- run: npx pkg-pr-new publish ./typescript
+ working-directory: ./
46
+ run: npx pkg-pr-new publish typescript
0 commit comments