Skip to content

Prepare for new Release 7.35.0 (#706) #50

Prepare for new Release 7.35.0 (#706)

Prepare for new Release 7.35.0 (#706) #50

---
# 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