This commit is contained in:
Andras Schmelczer 2025-02-19 21:34:42 +00:00
parent 614e4a780a
commit 450bddf900
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 7 additions and 6 deletions

View file

@ -48,7 +48,7 @@ jobs:
- name: Lint frontend
run: |
cd plugin
cd frontend
npm ci
npm run lint
if [[ $(git status --porcelain) ]]; then
@ -59,6 +59,6 @@ jobs:
- name: Test frontend
run: |
cd plugin
cd frontend
npm ci
npm run test

View file

@ -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" \