diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 784bb78..57ace09 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.1 + - uses: tauri-apps/tauri-action@v0.5.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Will publish a release manually