Skip to content

Merge pull request #15 from pitabwire/feature/GH-14 #1

Merge pull request #15 from pitabwire/feature/GH-14

Merge pull request #15 from pitabwire/feature/GH-14 #1

Workflow file for this run

# A CI configuration to auto-publish pub packages.
name: Publish
on:
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@v1

Check failure on line 14 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/publish.yaml" -> "dart-lang/ecosystem/.github/workflows/publish.yaml@v1" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
write-comments: false