diff options
| author | Dax Raad <[email protected]> | 2025-12-15 14:42:34 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-15 14:42:34 -0500 |
| commit | 83390314d69df58255b41bc6db6e2cdcc0195972 (patch) | |
| tree | 946de52b59b344f439603054422f5c72de8a0cdc /.github | |
| parent | 8b08e9cda5e5bbb0e1b825cb5132697da1b5731c (diff) | |
| download | opencode-83390314d69df58255b41bc6db6e2cdcc0195972.tar.gz opencode-83390314d69df58255b41bc6db6e2cdcc0195972.zip | |
ci: fix tauri updater version mismatch by checking out the release tag
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 1 |
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' }} |
