From 2014cef4a242fa7f2afe1dfb4d8100729a6eccf1 Mon Sep 17 00:00:00 2001 From: Aleksandr Savin Date: Sat, 5 Aug 2023 22:19:53 +0700 Subject: [PATCH] android deploy action update (release 27) --- .github/workflows/deploy1.yml | 27 +++++++++---------- .../en-US/changelogs/{26.txt => 27.txt} | 0 .../ru-RU/changelogs/{26.txt => 27.txt} | 0 3 files changed, 13 insertions(+), 14 deletions(-) rename android/fastlane/metadata/android/en-US/changelogs/{26.txt => 27.txt} (100%) rename android/fastlane/metadata/android/ru-RU/changelogs/{26.txt => 27.txt} (100%) diff --git a/.github/workflows/deploy1.yml b/.github/workflows/deploy1.yml index a27e0a8e..99fc060e 100644 --- a/.github/workflows/deploy1.yml +++ b/.github/workflows/deploy1.yml @@ -38,7 +38,6 @@ jobs: with: ruby-version: 2.7.2 bundler-cache: true -# working-directory: android # - name: Run tests # run: bundle exec fastlane android test @@ -82,19 +81,19 @@ jobs: flutter build appbundle - - name: Define version code with offset - env: - RUN_NUMBER: ${{ github.run_number }} - INITIAL_VERSION_CODE: 27 - run: | - VERSION_CODE=$((INITIAL_VERSION_CODE + RUN_NUMBER)) - echo "version_code=$VERSION_CODE" >> $GITHUB_ENV - - - name: Update version code - uses: chkfung/android-version-actions@v1.1 - with: - gradlePath: android/app/build.gradle - versionCode: ${{ env.version_code }} +# - name: Define version code with offset +# env: +# RUN_NUMBER: ${{ github.run_number }} +# INITIAL_VERSION_CODE: 27 +# run: | +# VERSION_CODE=$((INITIAL_VERSION_CODE + RUN_NUMBER)) +# echo "version_code=$VERSION_CODE" >> $GITHUB_ENV +# +# - name: Update version code +# uses: chkfung/android-version-actions@v1.1 +# with: +# gradlePath: android/app/build.gradle +# versionCode: ${{ env.version_code }} - name: Build & deploy Android release run: | diff --git a/android/fastlane/metadata/android/en-US/changelogs/26.txt b/android/fastlane/metadata/android/en-US/changelogs/27.txt similarity index 100% rename from android/fastlane/metadata/android/en-US/changelogs/26.txt rename to android/fastlane/metadata/android/en-US/changelogs/27.txt diff --git a/android/fastlane/metadata/android/ru-RU/changelogs/26.txt b/android/fastlane/metadata/android/ru-RU/changelogs/27.txt similarity index 100% rename from android/fastlane/metadata/android/ru-RU/changelogs/26.txt rename to android/fastlane/metadata/android/ru-RU/changelogs/27.txt