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