We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5a221 commit 1470b9dCopy full SHA for 1470b9d
.github/workflows/pkg-pr.yml
@@ -33,6 +33,6 @@ jobs:
33
deno-version: vx.x.x
34
35
- name: Build package
36
- run: xargs deno task build:npm < version.txt
+ run: deno task build:npm
37
38
- run: npx pkg-pr-new publish --compact ./npm
0 commit comments