From 6f0a0a55a4877693f2d22a3fd8ed08596279809e Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 9 Aug 2024 07:12:32 -0700 Subject: [PATCH] Fix --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccc3acc5..6f3bc07d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,6 +86,12 @@ jobs: - name: 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 run: npm run vendor @@ -94,12 +100,6 @@ jobs: working-directory: src-tauri run: cargo test --all - - name: Checkout yaakapp/plugins - uses: actions/checkout@v4 - with: - repository: yaakapp/plugins - path: ${{ env.YAAK_PLUGINS_DIR }} - - name: Set version run: npm run replace-version env: