Skip to content

chore: upgrade version #4

chore: upgrade version

chore: upgrade version #4

Workflow file for this run

name: Production Tag workflow
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
flutter-build:
uses: ./.github/workflows/action.flutter.build.yaml
with:
flutter_version: '3.19.3'
android_output: 'aab'
env: 'production'
secrets: inherit
release:
needs: [ flutter-build ]
uses: ./.github/workflows/action.release.yaml
with:
is_a_prerelease: false
fastlane:
needs: [ flutter-build ]
uses: ./.github/workflows/action.fastlane.yaml
with:
lane: 'production'
secrets: inherit