Skip to content

chore: try to do it in the main workflow #19

chore: try to do it in the main workflow

chore: try to do it in the main workflow #19

name: Package Dart SDK
on:
workflow_dispatch:
push:
tags: ["flipt-client-dart-**"]
permissions:
contents: write
id-token: write
jobs:
build:

Check failure on line 12 in .github/workflows/package-dart-sdk.yml

View workflow run for this annotation

GitHub Actions / Package Dart SDK

Invalid workflow file

The workflow is not valid. .github/workflows/package-dart-sdk.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
needs: setup
uses: ./.github/workflows/package-ffi-sdks.yml
with:
sdks: dart
engine-tag: "latest"
secrets: inherit