chore(mise): replace ubi: prefix by github: prefix for EmbarkStudios/cargo-about#923
Open
benoitf wants to merge 1 commit intoNVIDIA:mainfrom
Open
chore(mise): replace ubi: prefix by github: prefix for EmbarkStudios/cargo-about#923benoitf wants to merge 1 commit intoNVIDIA:mainfrom
benoitf wants to merge 1 commit intoNVIDIA:mainfrom
Conversation
…cargo-about when executing the command `mise run vm:setup` I have an error message mise ERROR Failed to install ubi:EmbarkStudios/cargo-about@0.8.4: HTTP request to https://api.github.com/repos/EmbarkStudios/cargo-about/releases/tags/v0.8.4 returned an error status ubi: is assuming the tag has a v prefix but here the tag has not the prefix https://github.com/EmbarkStudios/cargo-about/releases/tag/0.8.4 mise reports that ubi is deprecated and that github backend should be use instead it permits using github: prefix to say that the tag has not the 'v' prefix Signed-off-by: Florent Benoit <fbenoit@redhat.com>
|
All contributors have signed the DCO ✍️ ✅ |
This comment was marked as resolved.
This comment was marked as resolved.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
When executing the command
mise run vm:setupI have an error messageubi:is assuming the tag has a v prefix but here the tag has not the prefix https://github.com/EmbarkStudios/cargo-about/releases/tag/0.8.4I'm using
mise 2026.4.18 macos-arm64 (2026-04-19)Related Issue
N/A
Changes
Testing
mise run pre-commitpassesChecklist