-
Notifications
You must be signed in to change notification settings - Fork 44
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
The release workflow doesn't work #536
Comments
The workflow releaser.yml creates GitHub Releases. go-car/.github/workflows/releaser.yml Line 17 in 92d3f4e
I think you would expect that the workflow release-binaries.yml is triggered by publishing releases, but actually the workflow wasn't triggered because releases were created by GitHub Actions token. GitHub Actions token doesn't trigger new workflow runs.
So to trigger new workflow runs, you have to use a GitHub personal access token or GitHub App token instead. |
noted in #532 (comment), but I don't have a solution; it could be that the releaser job needs a Go upgrade to match: https://github.com/ipld/go-car/blob/master/.github/workflows/release-binaries.yml |
Ahhh, you're right - I've always done the v2.x releases manually, leaving the version.json bump auto-release for the v0.x releases. Attempting to fix with #540 |
As of v2.14.0, go-car hasn't released pre built binaries.
https://github.com/ipld/go-car/releases/tag/v2.14.0
https://github.com/ipld/go-car/releases/tag/v2.14.1
Seems like the GitHub Actions workflow doesn't work.
https://github.com/ipld/go-car/actions/workflows/release-binaries.yml
The text was updated successfully, but these errors were encountered: