Skip to content

Bump actions/download-artifact from e9ef242655d12993efdcda9058dee2db83a2cb9b to f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 #366

Bump actions/download-artifact from e9ef242655d12993efdcda9058dee2db83a2cb9b to f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110

Bump actions/download-artifact from e9ef242655d12993efdcda9058dee2db83a2cb9b to f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 #366

Workflow file for this run

# A CI configuration to auto-publish pub packages.
name: Publish
on:
pull_request:
branches: [ main ]
push:
tags: [ '[0-9A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
jobs:
publish:
if: ${{ github.repository_owner == 'dart-lang' }}
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
write-comments: false