-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Failed to update workspace packages #1360
Comments
something bad is going on here. Possible solutions:
|
Also, this code was introduced in 0.3.51 so maybe you can use version v0.5.44 of the action: |
Hey, I'm happy to work on it but unfortunately I couldn't reproduce this locally. I've tested the latest master and Using
I am embedding some folders into the binary and But now it says that project has uncommitted changes.
Is there a way to pass |
The issue is in the |
You can add
to the config file |
Tried this in orhun/daktilo@1fba8ed But it didn't work:
https://github.com/orhun/daktilo/actions/runs/8426534601/job/23075046031 |
I'm also facing this issue, and here's an observation:
Notice these two tmp folders are different 😁 |
Sorry about it, I will try to fix this in the following days |
@MarcoIeni If you need a reproduction: https://github.com/boshen/criterion2.rs
|
Your projects should now work, I'll keep this issue open, because when comparing the readme there's a bug if the README path was specified after the package was released last time. |
Hello, @MarcoIeni we're encountering similar issues in this workflow run: https://github.com/getgrit/gritql/actions/runs/8967214489/job/24624285671. In short, Related PR to use |
I will look into this! Hopefully I'll find some time this week. |
Yes, after allowing dirty files we can run release-plz locally. But like you said it's getting the "is a directory" error when running in GitHub Actions. And I'm also curious why dirty files have to be allowed in our repo. Thanks in advance for your work! |
I released a new version of release-plz where I improved the error messages of the file system ( #1450 ) One more thing: are you able to reproduce the bug locally when running |
EDIT: imo the error is here |
Thank you again for your time into debugging this ❤️. I don't know if it helps but that
Sorry I'm just an ordinary contributor so it seems I don't have the permission to test it in that repo. |
I see 👍 |
I released yet another version. The release contains #1461 which should fix gritql 👍 |
A release PR is successfully created, thank you! |
Bug description
In my daktilo project I switched to workspaces (split the crate into 2 crates) and now
release-plz
errors with:It might be about:
But I'm not sure.
To Reproduce
See the CI workflow: https://github.com/orhun/daktilo/blob/main/.github/workflows/cd.yml
Example run: https://github.com/orhun/daktilo/actions/runs/8409724309/job/23027336861
Expected behavior
No errors.
Environment
MarcoIeni/[email protected]
Additional context
None.
The text was updated successfully, but these errors were encountered: