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

Add auto publish workflow #1

Add auto publish workflow

Add auto publish workflow #1

Workflow file for this run

name: Publish to pub.dev
on:
pull_request:
branches: [ master ]
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@a58c7d8522f76162b1a44895e0e1415714728503

Check failure on line 14 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/setup-dart/.github/workflows/publish.yml@a58c7d8522f76162b1a44895e0e1415714728503" : failed to fetch workflow: workflow was not found.