mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:28:29 +02:00
Fix
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -86,6 +86,12 @@ jobs:
|
|||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
|
- name: Checkout yaakapp/plugins
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: yaakapp/plugins
|
||||||
|
path: ${{ env.YAAK_PLUGINS_DIR }}
|
||||||
|
|
||||||
- name: Vendor things for the app
|
- name: Vendor things for the app
|
||||||
run: npm run vendor
|
run: npm run vendor
|
||||||
|
|
||||||
@@ -94,12 +100,6 @@ jobs:
|
|||||||
working-directory: src-tauri
|
working-directory: src-tauri
|
||||||
run: cargo test --all
|
run: cargo test --all
|
||||||
|
|
||||||
- name: Checkout yaakapp/plugins
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
repository: yaakapp/plugins
|
|
||||||
path: ${{ env.YAAK_PLUGINS_DIR }}
|
|
||||||
|
|
||||||
- name: Set version
|
- name: Set version
|
||||||
run: npm run replace-version
|
run: npm run replace-version
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user