diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f306749..6391e61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: - name: install frontend dependencies run: npm clean-install - - uses: tauri-apps/tauri-action@v0.5.4 + - uses: tauri-apps/tauri-action@v0.5.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Will publish a release manually