Skip to content

Add the latest version to changelog #9

Add the latest version to changelog

Add the latest version to changelog #9

Workflow file for this run

name: Publish the package to pub.dev
on: push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: k-paxian/dart-package-publisher@master
with:
accessToken: ${{ secrets.OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}