Fix CI
This commit is contained in:
parent
614e4a780a
commit
450bddf900
3 changed files with 7 additions and 6 deletions
4
.github/workflows/publish-plugin.yml
vendored
4
.github/workflows/publish-plugin.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: Build plugin
|
||||
run: |
|
||||
cd plugin
|
||||
cd frontend
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: |
|
||||
tag="${GITHUB_REF#refs/tags/}"
|
||||
|
||||
cd plugin/dist
|
||||
cd frontend/obsidian-plugin/dist
|
||||
|
||||
gh release create "$tag" \
|
||||
--title="$tag" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue