Skip to content

Publish to pub.dev

Publish to pub.dev #20

Workflow file for this run

name: Publish to pub.dev
on:
release:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish
uses: nikosportolos/[email protected]
with:
publish: true
pubdev_token: ${{ secrets.CREDENTIAL_BASE64 }}
dart_sdk: true