Skip to content

Commit

Permalink
Update cd
Browse files Browse the repository at this point in the history
  • Loading branch information
N8Brooks authored Nov 11, 2021
1 parent 3d872c5 commit bcec79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bcec79a

Please sign in to comment.