1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

chore: fix release workflow

This commit is contained in:
James Cook 2023-08-30 12:30:29 +01:00
parent f86ded2ae3
commit 3be1064901

View file

@ -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: