We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Currently the publication is manually done by human. We may add a workflow to the CI that does the following things.
accessToken
refreshToken
pub publish --dry-run
pub publish
Basic idea: https://medium.com/evenbit/publishing-dart-packages-with-github-actions-5240068a2f7d
The text was updated successfully, but these errors were encountered:
We could make this a tool command similarly to flutter_plugin_tools' PublishPluginCommand.
PublishPluginCommand
We can't use their code as it is, and need to make some modifications. Especially we don't tag our releases, so related checks should be skipped.
Sorry, something went wrong.
I also looked into this a few days ago, I'll work on this.
HakkyuKim
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Currently the publication is manually done by human. We may add a workflow to the CI that does the following things.
accessToken
andrefreshToken
).pub publish --dry-run
for each package on pull request.pub publish
for each package on push.Basic idea: https://medium.com/evenbit/publishing-dart-packages-with-github-actions-5240068a2f7d
The text was updated successfully, but these errors were encountered: