You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
#### Problem
Sometimes, while the publish workflow is running, we merge a different
PR, which means that the workflow is running against an older commit.
This makes the step to push the tag commit fail sometimes, but this
happens *after* the new crate has already been published. This means
that we end up publishing crates that don't have any commits attached to
them.
#### Summary of changes
Add a step to rebase before publishing.
0 commit comments