Checkout plugins later in the release workflow

This commit is contained in:
Gregory Schier
2024-07-22 18:08:49 -07:00
parent 41dfa15feb
commit 4782fd376b
2 changed files with 7 additions and 7 deletions

View File

@@ -33,12 +33,6 @@ jobs:
- name: Checkout yaakapp/app
uses: actions/checkout@v4
- name: Checkout yaakapp/plugins
uses: actions/checkout@v4
with:
repository: yaakapp/plugins
path: ${{ env.YAAK_PLUGINS_DIR }}
- name: Setup Node
uses: actions/setup-node@v4
with:
@@ -100,6 +94,12 @@ jobs:
env:
YAAK_VERSION: ${{ github.ref_name }}
- name: Checkout yaakapp/plugins
uses: actions/checkout@v4
with:
repository: yaakapp/plugins
path: ${{ env.YAAK_PLUGINS_DIR }}
- uses: tauri-apps/tauri-action@v0
env:
YAAK_PLUGINS_DIR: ${{ env.YAAK_PLUGINS_DIR }}