tendermint / spn

A blockchain to launch blockchains.
Other
112 stars 41 forks source link

Considering removing `release` workflow #1007

Closed lumtis closed 1 year ago

lumtis commented 1 year ago

release workflow has been broken since a while.

It should be fixed at the very least but I'm also wondering if we should just remove this from the workflows.

Benefits of release workflow is to generate the binaries but this should actually not be needed. When using Ignite to launch a chain, we provide the tool to build the binary from the source, and the source code from the launch ID should be the actual place to build the binary instead of using a binary hosted on Github.