diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65a87109..3bb8a435 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -549,10 +549,13 @@ jobs: MACOS_PROJECT_VERSION=$(go run -v ./cmd/internal/app_store_connect next_macos_project_version) echo "MACOS_PROJECT_VERSION=$MACOS_PROJECT_VERSION" echo "MACOS_PROJECT_VERSION=$MACOS_PROJECT_VERSION" >> "$GITHUB_ENV" + - name: Update version + if: matrix.if && matrix.name != 'iOS' + run: |- + go run -v ./cmd/internal/update_apple_version --ci - name: Build if: matrix.if run: |- - go run -v ./cmd/internal/update_apple_version --ci cd clients/apple xcodebuild archive \ -scheme "${{ matrix.scheme }}" \