Skip to content

Release

Release #115

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
run-deploy:
uses: ./.github/workflows/deploy-mobile.yml
secrets: inherit
with:
deploy_android: true
deploy_ios: true
internal_testing: ${{ github.event.release.prerelease }}
version: ${{ github.event.release.name }}
ref: ${{ github.ref }}