Skip to content

please work (#25)

please work (#25) #35

Workflow file for this run

#https://dart.dev/tools/pub/automated-publishing
name: Publish lint_quido to pub.dev
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
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