Skip to content

3.4.0

3.4.0 #16

Workflow file for this run

name: Publish
on:
release:
types: [published]
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Publish
uses: k-paxian/dart-package-publisher@v1.6
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: true
dryRunOnly: false
skipTests: true
force: true
accessToken:
refreshToken: