From a41abb82744ebfd358d21cdd18282010efc4306d Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 1 Oct 2021 14:32:08 +0200 Subject: [PATCH] Fix beta release changelog --- .github/workflows/beta.yml | 17 ++++++++++++----- Submodules/fastlane-ci-templates | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 2575ed73..b14ebcba 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -61,12 +61,19 @@ jobs: ci/update-certs.sh mac development ci/update-certs.sh ios development - name: Build (macOS) - run: ci/beta-archive.sh mac + run: | + ci/beta-archive.sh mac - name: Clean up - run: scripts/reset-archive.sh + run: | + scripts/reset-archive.sh - name: Build (iOS) - run: ci/beta-archive.sh ios + run: | + ci/beta-archive.sh ios - name: Send to App Store (macOS) - run: ci/store-deploy.sh mac + run: | + ci/set-build-changelog.sh mac + ci/store-deploy.sh mac - name: Submit to TestFlight (iOS) - run: ci/beta-deploy.sh ios + run: | + ci/set-build-changelog.sh ios + ci/beta-deploy.sh ios diff --git a/Submodules/fastlane-ci-templates b/Submodules/fastlane-ci-templates index 3314ac03..0d2a8384 160000 --- a/Submodules/fastlane-ci-templates +++ b/Submodules/fastlane-ci-templates @@ -1 +1 @@ -Subproject commit 3314ac03b3649ed93a4298e09451457a2029aa89 +Subproject commit 0d2a83844998c38ed44a6850a2477978881263ca