reverting stuff before merging

This commit is contained in:
Samuel Newman
2026-07-23 16:12:59 +03:00
parent 1ddc43cd4a
commit edca041381
3 changed files with 1 additions and 30 deletions
-5
View File
@@ -291,8 +291,6 @@ jobs:
ASC_KEY_P8_BASE64: ${{ secrets.ASC_KEY_P8_BASE64 }}
APP_VERSION: ${{ needs.build.outputs.package-version }}
BUILD_NUMBER: ${{ needs.build.outputs.build-number }}
BRANCH_NAME: ${{ github.ref_name }}
COMMIT_SHA: ${{ github.sha }}
run: |
# Ensure the API key material is removed even if fastlane exits non-zero
# (the step runs under `bash -e`, which would otherwise abort before cleanup).
@@ -308,8 +306,6 @@ jobs:
> asc_api_key.json
# app_platform is required in non-interactive mode: distribute_only otherwise
# calls fetch_app_platform, which prompts for input and crashes without a TTY.
SHORT_SHA="${COMMIT_SHA:0:7}"
fastlane run upload_to_testflight \
api_key_path:"$PWD/asc_api_key.json" \
distribute_only:true \
@@ -317,6 +313,5 @@ jobs:
app_identifier:"xyz.blueskyweb.app" \
app_version:"$APP_VERSION" \
build_number:"$BUILD_NUMBER" \
changelog:"swm-new-arch: $BRANCH_NAME @ $SHORT_SHA" \
groups:"$TESTFLIGHT_GROUP" \
notify_external_testers:true