We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error: cannot release from branch "HEAD", instead switch to "*, !HEAD"
Using actions/checkout@v4
actions/checkout@v4
cargo release publish --workspace --execute --no-confirm error: cannot release from branch "HEAD", instead switch to "*, !HEAD" error: Recipe `publish` failed on line 6 with exit code 101
The text was updated successfully, but these errors were encountered:
Could you share your config file and reproduction steps?
Sorry, something went wrong.
same here https://github.com/xxshady/altv-rust/actions/runs/11862889123/job/33063230411#step:8:6
If you are releasing from a commit, instead of a branch, then you probably want to change allow-branch to ["*"], see https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md
allow-branch
["*"]
fix: Try to improve allow_branch error
6309d0c
Inspired by crate-ci#831
Improving the error message in #841
No branches or pull requests
Using
actions/checkout@v4
The text was updated successfully, but these errors were encountered: