Closed rootulp closed 1 month ago
We recently shifted to creating -arabica, -mocha tags for each release.
-arabica
-mocha
https://github.com/celestiaorg/celestia-app/blob/363a8c5a81bddcd9a4c88a7ee8c9f2516e1c36a6/.github/workflows/goreleaser.yml#L42-L43
https://github.com/celestiaorg/celestia-app/blob/363a8c5a81bddcd9a4c88a7ee8c9f2516e1c36a6/.goreleaser.yaml#L120-L121
GoReleaser didn't attach prebuilt binaries to:
GoReleaser thinks the latest tag is v2.2.0-rc0 instead of v2.2.0-arabica or v2.2.0-mocha. See https://github.com/celestiaorg/celestia-app/actions/runs/11020450957/job/30605337119#step:6:99
Fix GoReleaser config so that it can attach prebuilt binaries to these releases. A few tips:
Context
We recently shifted to creating
-arabica
,-mocha
tags for each release.https://github.com/celestiaorg/celestia-app/blob/363a8c5a81bddcd9a4c88a7ee8c9f2516e1c36a6/.github/workflows/goreleaser.yml#L42-L43
https://github.com/celestiaorg/celestia-app/blob/363a8c5a81bddcd9a4c88a7ee8c9f2516e1c36a6/.goreleaser.yaml#L120-L121
Problem
GoReleaser didn't attach prebuilt binaries to:
GoReleaser thinks the latest tag is v2.2.0-rc0 instead of v2.2.0-arabica or v2.2.0-mocha. See https://github.com/celestiaorg/celestia-app/actions/runs/11020450957/job/30605337119#step:6:99
Proposal
Fix GoReleaser config so that it can attach prebuilt binaries to these releases. A few tips: