IntersectMBO / cardano-cli

This repository contains sources for the command-line interface (CLI) tool for interacting with the Cardano blockchain.
Apache License 2.0
37 stars 13 forks source link

CI only #752

Closed smelc closed 4 months ago

smelc commented 4 months ago

As I changed the tag of cardano-cli-8.23.0.0 after the initial PR, and then the tag wasn't the HEAD anymore, hydra didn't run on it. Hence artifacts didn't get created for the tag, and so we can't retrieve them after the fact (to recreate the release, which I deleted manually when testing the PATCH endpoint - this is another story).

So this PR retriggers hydra on the cardano-cli-8.23.0.0 tag.

smelc commented 4 months ago

Closing as I could have https://github.com/IntersectMBO/cardano-cli/releases/tag/cardano-cli-8.23.0.0 created, thanks to the runs of this PR.