diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5e4c6a..91a7e11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: run: npm ci - name: Build and publish (draft release) - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: