-
Notifications
You must be signed in to change notification settings - Fork 844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Publish from GitHub CI #1760
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't work yet unfortunately, it's blocked by dart-lang/pub-dev#7177 which is solved in dart-lang/pub-dev#7462, but it seems like it will take a while to get that landed.
uh oh, thank you for the explanation! And thank you for investing time in such a useful feature. Gave my thumbs for issue and PR :D |
…release # Conflicts: # .github/workflows/release.yml # pubspec.yaml
Example run passes: https://github.com/Gustl22/audioplayers/actions/runs/10339776138 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this works yet, I haven't had time to finalize the Melos action (I will get to that after Flutter & Friends), but we can try 😄
No hurry, I will give it a try in my own package :D |
Description
This allows publishing audioplayers from the GitHub CI.
The PR creation is available as a workflow dispatch (with option for prerelease) to not overwhelm the PR pipeline.
See: dart-lang/pub-dev#7177
Checklist
fix:
,feat:
,refactor:
,docs:
,chore:
,test:
,ci:
etc).///
, where necessary.Breaking Change
Related Issues