Skip to content

Publish

Publish #25

Workflow file for this run

name: Publish
on:
workflow_run:
workflows: ["Analyze & Test"]
types: [completed]
branches: [master]
workflow_dispatch:
defaults:
run:
working-directory: flutter_local_notifications
jobs:
publish:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v2
- name: Dart and Flutter Package Publisher
uses: k-paxian/dart-package-publisher@f77facb198d722a4c307649f6a39410195d40684
with:
relativePath: flutter_local_notifications
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
skipTests: true
flutter: true
# flutterVersion: '3.3.9' # not working!