chore: try to do it in the main workflow #19
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / Package Dart SDKInvalid workflow file
|
||
needs: setup | ||
uses: ./.github/workflows/package-ffi-sdks.yml | ||
with: | ||
sdks: dart | ||
engine-tag: "latest" | ||
secrets: inherit |