Skip to content

Merge branch 'hotfix/1.3.4' #3

Merge branch 'hotfix/1.3.4'

Merge branch 'hotfix/1.3.4' #3

Workflow file for this run

name: Production
on:
push:
branches:
- main
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
promotion:
name: Promote to production
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/setup
- name: Unlock secret
uses: sliteteam/github-action-git-crypt-unlock@1.2.0
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
- name: Promotes the github release, promotes from the beta channel to production, updates the screenshots
run: >
./gradlew
assertVersionWasNotPushInProductionYet
createGithubRelease
publishToPlayStoreProductionNormalRelease
updatePlayStoreScreenshotsNormalRelease