Skip to content

update

update #17

Workflow file for this run

name: Publish
permissions:
pull-requests: write
id-token: write
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- uses: subosito/[email protected]
with:
channel: 'stable'
- run: flutter pub get
- run: flutter test -v
- run: flutter pub publish --dry-run
- run: flutter pub publish -f