-
Notifications
You must be signed in to change notification settings - Fork 218
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
Missing release tgz file in v2.0.4 #900
Comments
The new GHA based release process is definitely not pushing the built packages the the GH release. |
We might be able to test this by forking the repo and debugging the fork. The Apache Cassandra project has a "dry run" mode for the release that prints the commands that will run to execute the release. We may want to add functionality to the Reaper project this when we fix this issue. |
* Changed upload action to use builtin GITHUB_TOKEN
* Updated and added more details on how to cut a release * Updated README to show GitHub Actions status badge
* Changed upload action to use builtin GITHUB_TOKEN * Enabled docker push to repository
* Changed upload action to use builtin GITHUB_TOKEN * Enabled docker push to repository
* Updated and added more details on how to cut a release * Updated README to show GitHub Actions status badge
Fixed the issue that was causing this bug on the 2.0 branch. The fix works as the 2.0.5 release build automatically uploaded the binaries to the GitHub release page In order to fix the issue with Release 2.0.4, I manually attached the binaries that were in Bintray to the release. |
It looks like this issue is no longer present in a recent build (https://github.com/thelastpickle/cassandra-reaper/actions/runs/140601087). Closing this issue. |
* Changed upload action to use builtin GITHUB_TOKEN * Enabled docker push to repository
The release tgz file (
cassandra-reaper-2.0.4.tar.gz
) is missing in the latest releaseThe text was updated successfully, but these errors were encountered: