Skip to content

handle close app (#92) #20

handle close app (#92)

handle close app (#92) #20

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Dart
on:
push:
branches: [ "Version-*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: stable # or: beta, master (or main)
flutter-version: 3.27.4
- name: Install dependencies
run: flutter pub get
# - name: Dart and Flutter Package Publisher
# uses: k-paxian/[email protected]
# with:
# flutterBranch: stable
# credentialJson: ${{ secrets.CREDENTIAL_JSON }}
- name: Publish Dart/Flutter package
# You may pin to the exact commit or the version.
# uses: sakebook/actions-flutter-pub-publisher@ccd9fbba502ea7ef33ea2479e0cdac5a2a9766e1
uses: afonsocraposo/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
skip_test: true