Closed Panaetius closed 2 months 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.
That's frustrating about the anchors. I'll get that fixed and cut a release.
There should now be a v0.21.3 available.
thank you!
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
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
and this currently causes the devcontainer build to fail.