iconoir icon indicating copy to clipboard operation
iconoir copied to clipboard

Better automatic publishing for Flutter package.

Open sammarks opened this issue 2 years ago • 1 comments

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.

sammarks avatar Aug 28 '22 18:08 sammarks

Related

sammarks avatar Aug 28 '22 18:08 sammarks

👋🏻 @heavybeard, any thoughts about this?

lucaburgio avatar Oct 15 '22 07:10 lucaburgio

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)

heavybeard avatar Oct 15 '22 13:10 heavybeard

have you guys tried this action yet https://github.com/marketplace/actions/dart-and-flutter-package-publisher ?

k-paxian avatar Dec 06 '22 21:12 k-paxian

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).

sammarks avatar Dec 08 '22 16:12 sammarks

no worries, I'm the author of that action 😄 and I'm glad it will free up a bit of your time

k-paxian avatar Dec 08 '22 18:12 k-paxian

Ah, just noticed that! Appreciate the plug; works better for us than the other one did lol

sammarks avatar Dec 08 '22 18:12 sammarks