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:
parent
f86ded2ae3
commit
3be1064901
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
node-version: "18.x"
|
node-version: "18.x"
|
||||||
registry-url: "https://registry.npmjs.org"
|
registry-url: "https://registry.npmjs.org"
|
||||||
- name: npm build
|
- 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
|
- name: npm publish
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue