Skip to content

Allow protobuf v6, drop Protobuf v3/v4, min SDK 3.7 (#104) #8

Allow protobuf v6, drop Protobuf v3/v4, min SDK 3.7 (#104)

Allow protobuf v6, drop Protobuf v3/v4, min SDK 3.7 (#104) #8

Workflow file for this run

name: Publish to pub.dev
on:
push:
tags:
- 'v[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