authzed / zed

Official command-line tool for managing SpiceDB
https://authzed.com/docs/reference/clients
Apache License 2.0
116 stars 25 forks source link

The release failed #398

Closed suzuki-shunsuke closed 2 months ago

suzuki-shunsuke commented 2 months ago

No pre built binary was released at v0.19.0.

https://github.com/authzed/zed/releases/tag/v0.19.0

image

The release workflow failed.

https://github.com/authzed/zed/actions/runs/9942983136/job/27465721921

Run goreleaser/goreleaser-action@v6
Warning: You are using 'latest' as default version. Will lock to '~> v2'.
Downloading https://github.com/goreleaser/goreleaser-pro/releases/download/v2.1.0-pro/goreleaser-pro_Darwin_all.tar.gz
Extracting GoReleaser
/usr/bin/tar xz -C /Users/runner/work/_temp/a6eaee15-e2ed-4efa-8513-20ad884515ab -f /Users/runner/work/_temp/5997958d-49af-44fc-a94c-5beea7f0be38
GoReleaser latest installed successfully
/Users/runner/hostedtoolcache/goreleaser-action/2.1.0-pro/arm64/goreleaser release --rm-dist
  ⨯ command failed                                   error=unknown flag: --rm-dist
Error: The process '/Users/runner/hostedtoolcache/goreleaser-action/2.1.0-pro/arm64/goreleaser' failed with exit code 1

GoReleaser v2.1.0 was used, but GoReleaser v2 has some breaking changes. So we need to fix GoReleaser configuration files and command line options.

suzuki-shunsuke commented 2 months ago

I've created a pull request to resolve this issue.