Skip to content

Prepare for new Release 5.8.1 (#122) #15

Prepare for new Release 5.8.1 (#122)

Prepare for new Release 5.8.1 (#122) #15

---
# See: https://dart.dev/tools/pub/automated-publishing#configuring-a-github-action-workflow-for-publishing-to-pubdev
name: Publish to pub.dev
on:
push:
tags:
- '[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@v1