diff --git a/.github/workflows/_kotlin.yml b/.github/workflows/_kotlin.yml index 6c3bee128..d5e4d9ace 100644 --- a/.github/workflows/_kotlin.yml +++ b/.github/workflows/_kotlin.yml @@ -27,6 +27,8 @@ jobs: name: build-release steps: - uses: actions/checkout@v4 + with: + fetch-tags: true # Otherwise we cannot embed the correct version into the build. - uses: ./.github/actions/setup-android - name: Bundle and sign release env: diff --git a/.github/workflows/_swift.yml b/.github/workflows/_swift.yml index 657cd0dd5..fba6200e3 100644 --- a/.github/workflows/_swift.yml +++ b/.github/workflows/_swift.yml @@ -29,6 +29,8 @@ jobs: working-directory: ./swift/apple steps: - uses: actions/checkout@v4 + with: + fetch-tags: true # Otherwise we cannot embed the correct version into the build. - uses: ./.github/actions/setup-rust with: targets: aarch64-apple-darwin aarch64-apple-ios x86_64-apple-darwin diff --git a/.github/workflows/_tauri.yml b/.github/workflows/_tauri.yml index 07179b466..a05216cc1 100644 --- a/.github/workflows/_tauri.yml +++ b/.github/workflows/_tauri.yml @@ -64,6 +64,8 @@ jobs: UPLOAD_SCRIPT: ../../scripts/build/tauri-upload-${{ matrix.os }}.sh steps: - uses: actions/checkout@v4 + with: + fetch-tags: true # Otherwise we cannot embed the correct version into the build. - uses: ./.github/actions/setup-node - uses: ./.github/actions/setup-rust - uses: ./.github/actions/setup-tauri-v2