Skip to content

Conversation

davidmorgan
Copy link
Contributor

The publish workflow doesn't seem to be working, this makes it more like the build repo publish workflow which might help :)

@davidmorgan davidmorgan requested a review from kevmoo August 27, 2025 06:44
push:
tags: [ '[A-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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we WANT comments?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmmm the build depot has a separate publish comments yaml, so maybe here it does need to write comments. Let's try with just the change above and see what happens :) done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants