We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e8a19 commit 36ba3e5Copy full SHA for 36ba3e5
.github/workflows/build.yml
@@ -514,10 +514,13 @@ jobs:
514
MACOS_PROJECT_VERSION=$(go run -v ./cmd/internal/app_store_connect next_macos_project_version)
515
echo "MACOS_PROJECT_VERSION=$MACOS_PROJECT_VERSION"
516
echo "MACOS_PROJECT_VERSION=$MACOS_PROJECT_VERSION" >> "$GITHUB_ENV"
517
+ - name: Update version
518
+ if: matrix.if && matrix.name != 'iOS'
519
+ run: |-
520
+ go run -v ./cmd/internal/update_apple_version --ci
521
- name: Build
522
if: matrix.if
523
run: |-
- go run -v ./cmd/internal/update_apple_version --ci
524
cd clients/apple
525
xcodebuild archive \
526
-scheme "${{ matrix.scheme }}" \
0 commit comments