Skip to content

Fix gradle lazy init issue #14

Fix gradle lazy init issue

Fix gradle lazy init issue #14

Workflow file for this run

name: Beta
on:
push:
branches:
- release/*
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
publication:
name: Publish to beta
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/[email protected]
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
- name: Publish to beta and create a github release
run: >
./gradlew
assertReleaseBranchIsValid
build
verifyPaparazzi
createGithubPreRelease
publishToPlayStoreBetaNormalRelease