Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Panaetius opened this issue Sep 19, 2024 · 3 comments · Fixed by #419
Closed

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

Panaetius opened this issue Sep 19, 2024 · 3 comments · Fixed by #419

Comments

@Panaetius
Copy link

Panaetius commented Sep 19, 2024

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
Copy link
Contributor

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

@tstirrat15
Copy link
Contributor

There should now be a v0.21.3 available.

@Panaetius
Copy link
Author

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants