Skip to content

Commit

Permalink
update version code only after uploading to Google Play
Browse files Browse the repository at this point in the history
  • Loading branch information
avan1235 committed Oct 1, 2023
1 parent ed7c1ba commit 8ed651f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 8ed651f

Please sign in to comment.