absmach / magistrala

Industrial IoT Messaging and Device Management Platform
https://www.abstractmachines.fr/magistrala.html
Apache License 2.0
2.42k stars 665 forks source link

NOISSUE - Fix CI to fetch tags #2282

Closed dborovcanin closed 2 weeks ago

dborovcanin commented 2 weeks ago

What type of PR is this?

This is a quick fix of CI scirpt.

What does this do?

Since our code build includes the latest Git tag for the Health endpoint, we need to have at least the latest tag available during building binaries in the CI.

Which issue(s) does this PR fix/relate to?

There is no such issue.

Have you included tests for your changes?

N/A

Did you document any new/modified feature?

N/A

Notes

N/A

dborovcanin commented 2 weeks ago

Unfortunately, fetching tags on this action is still broken: https://github.com/actions/checkout/issues/1471. I had to add a manual step for that.