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

release 0.21.2 contains no binaries/release action is invalid #418

Closed Panaetius closed 6 hours ago

Panaetius commented 7 hours ago

The release pipeline has failed and the latest github release does not contain a binary payload https://github.com/authzed/zed/actions/runs/10938162375 seems github does not allow yaml anchors in actions files

Invalid workflow file: .github/workflows/release.yaml#L1
The workflow is not valid. .github/workflows/release.yaml: Anchors are not currently supported. 
Remove the anchor 'goreleaser_version'

and there's no binaries in https://github.com/authzed/zed/releases/tag/v0.21.2

We use this repo in a devcontainer feature to install zed

        "ghcr.io/devcontainers-contrib/features/gh-release:1": {
            "repo": "authzed/zed",
            "binaryNames": "zed"
        },

and this currently causes the devcontainer build to fail.

tstirrat15 commented 6 hours ago

That's frustrating about the anchors. I'll get that fixed and cut a release.

tstirrat15 commented 6 hours ago

There should now be a v0.21.3 available.