-
Notifications
You must be signed in to change notification settings - Fork 11
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
git
+tag
fails after first install
#22
Comments
Looking at the source code I don't see how this could happen... and yet. |
Thanks for the report. It seems that I'm not reading the I will start working on a fix this week. cargo-install/src/resolve/git.ts Lines 52 to 55 in 1cd874a
|
Ohhhh! That makes sense. Good catch! |
I have released a new version with the fix (f71cc64), let me know if it works for you. |
My GitHub workflow file looks like this:
First run
The first run of this workflow went perfectly:
Subsequent runs
However, all subsequent runs fail with this error:
The upstream repository did not delete the tag in the mean time, it's still there: https://github.com/typst/typst/tree/v0.10.0
I imagine this is a problem with how caching is handled?
The text was updated successfully, but these errors were encountered: