Skip to content

Commit 15e2304

Browse files
Update npm-publish.yml
1 parent d3ad442 commit 15e2304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
registry-url: "https://registry.npmjs.org"
2525

2626
- name: npm build
27-
run: deno run -A scripts/build.ts ${{steps.get_tag_version.outputs.TAG_VERSION}}
27+
run: deno run -A ../scripts/build.ts ${{steps.get_tag_version.outputs.TAG_VERSION}}
2828

2929
- name: npm publish
3030
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)