Files
super-app/.github/workflows/production-release.yml

19 lines
342 B
YAML

name: Production Release CI
on:
push:
tags: [ v* ]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build-prod-release:
uses: ./.github/workflows/generate_build.yml
with:
environment: prod
type: release
output: AAB
secrets: inherit