diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 469cadd..eb7af44 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,7 +21,7 @@ jobs: registry-url: "https://registry.npmjs.org" - name: Build - run: deno run -A build_npm.ts ${{steps.get_tag_version.outputs.TAG_VERSION}} + run: deno run -A _build_npm.ts ${{steps.get_tag_version.outputs.TAG_VERSION}} - name: Publish env: