Skip to content

Fix CI/CD.

Fix CI/CD. #3

Workflow file for this run

name: Publish
on:
push:
branches: [main]
jobs:
publishing:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "material"
uses: k-paxian/dart-package-publisher@master
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}