mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: fix tauri updater version mismatch by checking out the release tag
This commit is contained in:
parent
8b08e9cda5
commit
83390314d6
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -109,6 +109,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
ref: ${{ needs.publish.outputs.tagName }}
|
||||||
|
|
||||||
- uses: apple-actions/import-codesign-certs@v2
|
- uses: apple-actions/import-codesign-certs@v2
|
||||||
if: ${{ runner.os == 'macOS' }}
|
if: ${{ runner.os == 'macOS' }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user