Skip to content

Bump peter-evans/find-comment from a66f4556a6b261f6add2b6e173c46c5a0dcef998 to b5a462800fb9b7a44da38965cd7281bf47a81fc6 #741

Bump peter-evans/find-comment from a66f4556a6b261f6add2b6e173c46c5a0dcef998 to b5a462800fb9b7a44da38965cd7281bf47a81fc6

Bump peter-evans/find-comment from a66f4556a6b261f6add2b6e173c46c5a0dcef998 to b5a462800fb9b7a44da38965cd7281bf47a81fc6 #741

# A CI configuration to auto-publish pub packages from dart-lang/ecosystem.
# We don't use the regular publish.yaml script here in order to dogfood the
# publishing code at head.
name: Publish:Internal
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
jobs:
publish:
uses: ./.github/workflows/publish.yaml
with:
local_debug: true
use-flutter: false
write-comments: false