elastic / ecctl

Apache License 2.0
58 stars 53 forks source link

Fix goreleaser-action #667

Closed gigerdo closed 1 month ago

gigerdo commented 1 month ago

The release github action is currently broken:

We were using the latest gorelease-action, which had changed from 1->2 recently. The main breaking change for us was that --rm-dist flag was replaced by --clean

But this change causes some other changes:

But with all these changes, the local build/lint runs without errors or warnings and the dry-run gorelease also runs through (hopefully the same is the case in the github action).