diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c52e8b8..94d9c15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: node-version: "18.x" registry-url: "https://registry.npmjs.org" - name: npm build - run: deno run -A npm ${{steps.get_tag_version.outputs.TAG_VERSION}} + run: deno task -A npm ${{steps.get_tag_version.outputs.TAG_VERSION}} - name: npm publish if: startsWith(github.ref, 'refs/tags/') env: