From 83390314d69df58255b41bc6db6e2cdcc0195972 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 15 Dec 2025 14:42:34 -0500 Subject: [PATCH] ci: fix tauri updater version mismatch by checking out the release tag --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae31f9554..ebfc5059b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -109,6 +109,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + ref: ${{ needs.publish.outputs.tagName }} - uses: apple-actions/import-codesign-certs@v2 if: ${{ runner.os == 'macOS' }}