hyperledger / firefly

Hyperledger FireFly is the first open source Supernode: a complete stack for enterprises to build and scale secure Web3 applications. The FireFly API for digital assets, data flows, and blockchain transactions makes it radically faster to build production-ready apps on popular chains and protocols.
https://hyperledger.github.io/firefly
Apache License 2.0
508 stars 209 forks source link

Fix build tag in release GitHub action #1480

Closed nguyer closed 8 months ago

nguyer commented 8 months ago

In testing v1.3.0-rc.1 I noticed an issue with the version information. This resulted in the wrong version being displayed:

An example of an incorrectly labeled image is here: https://github.com/hyperledger/firefly/pkgs/container/firefly/186598190?tag=v1.3.0-rc.1

Despite the label being incorrect on this image, the tag was correct. This PR sets them to the same thing.

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.99%. Comparing base (577e8c4) to head (e351d86).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1480 +/- ## ======================================= Coverage 99.99% 99.99% ======================================= Files 322 322 Lines 23406 23406 ======================================= Hits 23404 23404 Misses 1 1 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.