diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31e7dbb..c5440c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: - name: install frontend dependencies run: pnpm install # change this to npm or pnpm depending on which one you use - - uses: tauri-apps/tauri-action@v0 + - uses: tauri-apps/tauri-action@v0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: