Skip to content

deprecation warnings #38

deprecation warnings

deprecation warnings #38

Workflow file for this run

name: Publish workflow
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: flutter test
- run: flutter pub publish