Skip to content

Update tag regex in publishing workflow #6

Update tag regex in publishing workflow

Update tag regex in publishing workflow #6

Workflow file for this run

name: Publish to pub.dev
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: ["[A-z_]+-v[0-9]+.[0-9]+.[0-9]+"]
jobs:
publish:
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main