Skip to content

Flutter 3.16

Flutter 3.16 #6

name: Annotation Publisher
on:
workflow_dispatch:
push:
branches: [main]
paths:
- annotation/pubspec.yaml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate
uses: peiffer-innovations/actions-flutter-validate@v1
with:
path: annotation
- name: Publish
uses: peiffer-innovations/[email protected]
with:
credentials: ${{ secrets.CREDENTIAL_JSON }}
path: annotation