16 lines
370 B
YAML
16 lines
370 B
YAML
name: Publish to pub.dev
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- v[0-9]+.[0-9]+.[0-9]+
|
|
|
|
# Publish using the reusable workflow from dart-lang.
|
|
jobs:
|
|
publish:
|
|
permissions:
|
|
id-token: write # Required for authentication using OIDC
|
|
uses: dart-lang/setup-dart/.github/workflows/publish.yml@a57a6c04cf7d4840e88432aad6281d1e125f0d46
|
|
with:
|
|
environment: pub.dev
|