summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-15 14:42:34 -0500
committerDax Raad <[email protected]>2025-12-15 14:42:34 -0500
commit83390314d69df58255b41bc6db6e2cdcc0195972 (patch)
tree946de52b59b344f439603054422f5c72de8a0cdc
parent8b08e9cda5e5bbb0e1b825cb5132697da1b5731c (diff)
downloadopencode-83390314d69df58255b41bc6db6e2cdcc0195972.tar.gz
opencode-83390314d69df58255b41bc6db6e2cdcc0195972.zip
ci: fix tauri updater version mismatch by checking out the release tag
-rw-r--r--.github/workflows/publish.yml1
1 files changed, 1 insertions, 0 deletions
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' }}