You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dart pub publish --dry-run
Resolving dependencies...
The current Dart SDK version is 2.19.2.
Because dwds requires SDK version >=3.0.0-188.0.dev <4.0.0, version solving failed.
I changed the configuration to run publish using dev channel, but the publish task disappeared.
We have automated publishing in webdev repo, thanks @kevmoo for adding the configuration, this is awesome!
A couple of issues the I encountered when I used it (I think it is for the first time) in dart-lang/webdev#1993
Even if the configuration is meant to run using main SDK channel, it still run using stable and failed due the lower SDK constraint we have in dwds.
See the configuration added here: dart-lang/webdev@7575ebd#r101991750
Logs from the failing publish task:
https://github.com/dart-lang/webdev/actions/runs/4265572537/jobs/7425052308:
I changed the configuration to run publish using dev channel, but the publish task disappeared.
First push:
Second push: