Skip to content

Update the changelog. #15

Update the changelog.

Update the changelog. #15

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