Skip to content

ci: Add PR title validator (#28) #1

ci: Add PR title validator (#28)

ci: Add PR title validator (#28) #1

Workflow file for this run

name: Publish CLI Tools
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*' # Matches tags like v1.2.3 and v1.2.3-pre.1
jobs:
publish:
permissions:
id-token: write
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1