Bump peter-evans/create-or-update-comment from 5e08535dbf140c83ed0490e2f480ce1b8f2334e0 to da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f in the dependencies group #788
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |