Skip to content

sdk @v1

sdk @v1 #27

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
#visit: https://github.com/dart-lang/ecosystem/blob/main/.github/workflows/publish.yaml
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
with:
sdk: 'dev'

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: 12): Invalid input, sdk is not defined in the referenced workflow.