mirror of https://github.com/grpc/grpc-dart.git
Update publish.yaml
This commit is contained in:
parent
a6b94850a1
commit
b562c80a5e
|
@ -1,12 +1,17 @@
|
|||
# A CI configuration to auto-publish pub packages.
|
||||
|
||||
name: Publish
|
||||
permissions:
|
||||
id-token: write
|
||||
pull-requests: write
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
types: [opened, synchronize, reopened, labeled, unlabeled]
|
||||
push:
|
||||
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
|
||||
permissions:
|
||||
id-token: write
|
||||
pull-requests: write
|
||||
|
|
Loading…
Reference in New Issue