Skip to content

Prepare the Dart FFI package for publish #3

Prepare the Dart FFI package for publish

Prepare the Dart FFI package for publish #3

Workflow file for this run

# A CI configuration to auto-publish pub packages.
name: Publish
on:
pull_request:
branches: [ main ]
paths:
- '.github/workflows/publish-dart.yml'
- 'ffi/capi/dart/**'
push:
tags: [ '[0-9A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
jobs:
publish:

Check failure on line 15 in .github/workflows/publish-dart.yaml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish-dart.yaml (Line: 15, Col: 3): Error calling workflow 'dart-lang/ecosystem/.github/workflows/publish.yaml@main'. The nested job 'publish' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
write-comments: false