Skip to content

chore(version): increment version to v2.5.1 #40

chore(version): increment version to v2.5.1

chore(version): increment version to v2.5.1 #40

Workflow file for this run

name: Tag workflow
on:
push:
tags:
- v*
jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.13.9'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.13.9'
android_output: 'aab'
env: 'beta'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
sentry_dsn: ${{ secrets.SENTRY_DSN }}
fastlane:
needs: [flutter-build]
uses: ./.github/workflows/fastlane.action.yaml
with:
lane: 'beta'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}