iconoir
iconoir copied to clipboard
Better automatic publishing for Flutter package.
It looks like you have to manually approve a Flutter publish each time, as they don't have a great CI solution currently. See issue.
👋🏻 @heavybeard, any thoughts about this?
Hey!
Never tried it, but in the issue 5388 it seems that there may be a tricky solution, as @sammarks has already indicated.
I cannot work on it right now, maybe in the future (full immersion on the brand new @Nibol app)
have you guys tried this action yet https://github.com/marketplace/actions/dart-and-flutter-package-publisher ?
Fixed! Thank you @k-paxian for the action suggestion; looks like we had two things going on:
- We hadn't setup a verified publisher yet (that seems to be a new thing?)
- The action we were using was using an outdated version of the CLI, which must not have supported publishing with this verified publisher flow (it was still asking me for credentials even though I had re-assigned the package to the verified publisher).
no worries, I'm the author of that action 😄 and I'm glad it will free up a bit of your time
Ah, just noticed that! Appreciate the plug; works better for us than the other one did lol