Fix notification status code handling

This commit is contained in:
Gregory Schier
2024-07-23 07:30:47 -07:00
parent cd07123157
commit 9f7033ab06
4 changed files with 12 additions and 10 deletions

View File

@@ -86,17 +86,17 @@ jobs:
- name: Run lint
run: npm run lint
- name: Set version
run: npm run replace-version
env:
YAAK_VERSION: ${{ github.ref_name }}
- 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:
YAAK_VERSION: ${{ github.ref_name }}
- uses: tauri-apps/tauri-action@v0
env:
YAAK_PLUGINS_DIR: ${{ env.YAAK_PLUGINS_DIR }}