Skip to content

Commit 1470b9d

Browse files
committed
Fix pkg preview
1 parent ad5a221 commit 1470b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
deno-version: vx.x.x
3434

3535
- name: Build package
36-
run: xargs deno task build:npm < version.txt
36+
run: deno task build:npm
3737

3838
- run: npx pkg-pr-new publish --compact ./npm

0 commit comments

Comments
 (0)