From 8ed651fae41fcb09d22e2e06b909e4a9556139cb Mon Sep 17 00:00:00 2001 From: Maciej Procyk Date: Sun, 1 Oct 2023 18:33:24 +0200 Subject: [PATCH] update version code only after uploading to Google Play --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53b02ac..51cfbe2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -231,6 +231,7 @@ jobs: PUBLISH_TO_GOOGLE_PLAY: ${{secrets.PUBLISH_TO_GOOGLE_PLAY}} - name: Commit version code changes + if: contains(env.PUBLISH_TO_GOOGLE_PLAY, 'true') run: | git config --global user.name "${{ secrets.CI_COMMIT_AUTHOR }}" git config --global user.email "${{ secrets.CI_COMMIT_EMAIL }}"