Skip to content

Fixed #88 and #86

Fixed #88 and #86 #39

Workflow file for this run

name: Publish to Pub.dev
on:
push:
branches: [beta, master]
jobs:
publishing:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2 # required!
- name: ">> Flutter package <<"
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: true
skipTests: true