We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18029d1 commit 5f5f067Copy full SHA for 5f5f067
.github/workflows/ci.yml
@@ -191,4 +191,4 @@ jobs:
191
with:
192
script: await require("./.github/scripts/release.cjs")({ github, context });
193
- name: Publish to npmjs
194
- run: npm publish pkg/*.tgz --provenance-file pkg/provenance.json
+ run: npm publish ./pkg/*.tgz --provenance-file ./pkg/provenance.json
0 commit comments