ci: fix tauri updater version mismatch by checking out the release tag

thinking-toggle-wip
Dax Raad 2025-12-15 14:42:34 -05:00 committed by Aiden Cline
parent 8dca9051f1
commit 653c181312
1 changed files with 1 additions and 0 deletions

View File

@ -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' }}