Skip to content

now we talking?

now we talking? #29

Workflow file for this run

#https://dart.dev/tools/pub/automated-publishing
name: Publish lint_quido to pub.dev
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
# push:
# branches:
# - main
jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
pull-requests: write
#visit: https://github.com/dart-lang/ecosystem/blob/main/.github/workflows/publish.yaml
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
use-flutter: true