Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Add auto publish workflow #2

Add auto publish workflow

Add auto publish workflow #2

Workflow file for this run

name: Publish
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
jobs:
publish:
uses: dart-lang/ecosystem/.github/workflows/publish.yml@a58c7d8522f76162b1a44895e0e1415714728503

Check failure on line 10 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish.yml" -> "dart-lang/ecosystem/.github/workflows/publish.yml@a58c7d8522f76162b1a44895e0e1415714728503" : failed to fetch workflow: workflow was not found.