Skip to content

add github workflows #1

add github workflows

add github workflows #1

Workflow file for this run

name: Publish to pub.dev
on:
push:
branches:
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1