joltwallet / esp_littlefs

LittleFS port for ESP-IDF
MIT License
254 stars 95 forks source link

Was version 1.14.2 correctly uploated to ESP component registy? #182

Closed adokitkat closed 6 months ago

adokitkat commented 6 months ago

Hi.

I noticed I cannot find the new 1.14.2 version in ESP component registry, only v1.14.1.

If you look at this job which started when new version was tagged and click on "Upload component to component service", there is the last line "Saving archive to "/github/workspace/dist/LittleFS_1.14.1.tgz" - and it seems it wasn't uploaded because of that since v1.14.1 it's already there? An example of the previous version which did upload correctly.

I am not sure why it happen though. Also the README.me wasn't updated as well but that's just a cosmetic issue 😄

BrianPugh commented 6 months ago

ugh you're totally right, fixing now.

BrianPugh commented 6 months ago

thanks for the ping! This repo has a slightly different release process than most of my other repos and it slipped my mind. This should all be good to go now!

adokitkat commented 6 months ago

No problem, thank you for such quick replies.