Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server and the Parse Flutter SDK.
Issue Description
It seems that publishing the Parse Flutter SDK 5.0.0 fails to publish to pub.dev:
Validating package...
Connection closed before full header was received
It may have something to do with changes made to the package that make the validation fail on pub dev side, because validation works for publishing the Parse Dart SDK, so it seems not a network issue. Or it could be a bug in the GitHub Action plugin k-paxian/[email protected]
.
Steps to reproduce
See