8000 Update publish.yaml · flutter-webrtc/dart-webrtc@ceb2849 · GitHub
[go: up one dir, main page]

Skip to content
8000

Update publish.yaml #43

Update publish.yaml

Update publish.yaml #43

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
# with:
# working-directory: path/to/package/within/repository
0