Skip to content

Commit 5f5f067

Browse files
committed
ci: npm publish wants ./ in front of a local path name
1 parent 18029d1 commit 5f5f067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ jobs:
191191
with:
192192
script: await require("./.github/scripts/release.cjs")({ github, context });
193193
- name: Publish to npmjs
194-
run: npm publish pkg/*.tgz --provenance-file pkg/provenance.json
194+
run: npm publish ./pkg/*.tgz --provenance-file ./pkg/provenance.json

0 commit comments

Comments
 (0)