MarcoIeni / release-plz-action

GitHub action for https://github.com/MarcoIeni/release-plz
https://github.com/marketplace/actions/release-plz
Apache License 2.0
32 stars 7 forks source link

No public packages found #107

Closed michalfita closed 9 months ago

michalfita commented 10 months ago

On CI I'm getting:

2024-01-05T17:37:04.256083Z ERROR  no public packages found

while locally release-plz release starts releasing packages in my workspace. There's not hint or help what may be wrong.

Could you, please, at least add to FAQ some directions how to tackle so cryptic problem?

MarcoIeni commented 10 months ago

In theory the behavior in CI and locally should be the same. Where are you getting this error? Any way I can reproduce this?

MarcoIeni commented 10 months ago

I improved the error message: https://github.com/MarcoIeni/release-plz/pull/1187

michalfita commented 10 months ago

Thanks.

What I can't figure out is why locally it finds my crates in the subdirectory, but not on CI despite same tool being used to generate them.

Example job failing: https://github.com/atsams-rs/atsamx7x-pac/actions/runs/7424920300/job/20205508357

MarcoIeni commented 10 months ago

are you using rust 1.63.0 locally? We are at rust 1.75, so the old version of cargo might be incompatible with release-plz.

I suggest to use release-plz with the latest rust stable version.

MarcoIeni commented 9 months ago

I am closing this because I don't have the energy to support old Rust stable versions. If you run into the same issue with the latest rust stable, re-open this issue, please :)