Skip to content

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:

Check failure on line 12 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: 12, Col: 3): Error calling workflow 'dart-lang/ecosystem/.github/workflows/publish.yaml@main'. The nested job 'validate' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
permissions:
id-token: write # Required for authentication using OIDC
#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