Skip to content

use_flutter true

use_flutter true #20

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
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
with:
environment: pub.dev
use-flutter: true

Check failure on line 18 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Publish lint_quido to pub.dev

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 18, Col: 20): Invalid input, use-flutter is not defined in the referenced workflow.