From 918acb95ede80a3a0a1eb03c79d1ed37bf330f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20St=C3=BCrmer?= Date: Thu, 17 Aug 2023 15:54:15 +0200 Subject: [PATCH] setup fastlane for CI/CD (#145) --- .github/workflows/continuous-delivery-pipeline.yml | 7 ++++++- .github/workflows/promote-release-in-playstore.yml | 5 ----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-delivery-pipeline.yml b/.github/workflows/continuous-delivery-pipeline.yml index 24c1b7b..4e91b4e 100644 --- a/.github/workflows/continuous-delivery-pipeline.yml +++ b/.github/workflows/continuous-delivery-pipeline.yml @@ -298,7 +298,12 @@ jobs: KEY_ALIAS: ${{ secrets.ANDROID_KEYSTORE_KEY_ALIAS }} KEY_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_KEY_PASSWORD }} ANDROID_JSON_KEY_FILE: './gradle_playstore_publisher_credentials.json' - + - name: Set up ruby env + uses: ruby/setup-ruby@v1 + with: + ruby-version: 2.7.2 + bundler-cache: true + - name: Upload build artifacts uses: actions/upload-artifact@v2 with: diff --git a/.github/workflows/promote-release-in-playstore.yml b/.github/workflows/promote-release-in-playstore.yml index c71fb65..fa01cea 100644 --- a/.github/workflows/promote-release-in-playstore.yml +++ b/.github/workflows/promote-release-in-playstore.yml @@ -1,11 +1,6 @@ name: Promote release version within Google Play on: - push: - branches: - - main - tags: - - '*' workflow_dispatch: inputs: fromTrack: