1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

docs: update docs to include deno

This commit is contained in:
James Cook 2023-08-30 13:09:14 +01:00
parent 3be1064901
commit 0d9d64cb07
4 changed files with 16 additions and 31 deletions

View file

@ -25,7 +25,7 @@ jobs:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- name: npm build
run: deno task -A npm ${{steps.get_tag_version.outputs.TAG_VERSION}}
run: deno task npm ${{steps.get_tag_version.outputs.TAG_VERSION}}
- name: npm publish
if: startsWith(github.ref, 'refs/tags/')
env: