Skip to content

support all platforms and have topic (#18) #13

support all platforms and have topic (#18)

support all platforms and have topic (#18) #13

Workflow file for this run

name: Publish lint_quido to pub.dev
on:
push:
branches:
- main
jobs:
publishing:
runs-on: ubuntu-latest
environment: 'pub creds'
steps:
- name: 'Checkout'
uses: actions/checkout@main # required!
- name: 'Publishing'
uses: k-paxian/dart-package-publisher@master
with:
flutter: true
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}