Skip to content

Update native sdks and Add workflow pipelines (#5) #1

Update native sdks and Add workflow pipelines (#5)

Update native sdks and Add workflow pipelines (#5) #1

Workflow file for this run

name: Publish to pub.dev
on:
push:
branches:
- master
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
# with:
# working-directory: path/to/package/within/repository