Skip to content
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

Update workflows for pub.dev publishing #353

Closed
m0nac0 opened this issue Dec 7, 2023 · 1 comment · Fixed by #411
Closed

Update workflows for pub.dev publishing #353

m0nac0 opened this issue Dec 7, 2023 · 1 comment · Fixed by #411
Labels
github_actions Pull requests that update GitHub Actions code
Milestone

Comments

@m0nac0
Copy link
Collaborator

m0nac0 commented Dec 7, 2023

The workflow failed, apparently because the reusable workflow recommended by pub.dev does not support flutter plugins: dart-lang/setup-dart#68

We probably just need to change our workflows to directly run pub publish instead.

@m0nac0 m0nac0 added the github_actions Pull requests that update GitHub Actions code label Dec 7, 2023
@m0nac0
Copy link
Collaborator Author

m0nac0 commented Dec 25, 2023

The new workflow for the platform_interface package from #354 seems to work, now we need to

  • publish the web package manually for the first time and then
  • add/update the other two workflows
  • publish the main package with the new workflow

@josxha josxha added this to the v0.19.0 milestone May 20, 2024
@josxha josxha linked a pull request May 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants