Commit 4b41cae
committed
fix(ci): allow-dirty for cargo publish after registry-ref strip
The strip step intentionally modifies Cargo.toml manifests to make them
crates.io-compatible, leaving the working tree dirty. cargo publish
refuses a dirty tree by default; pass --allow-dirty since the changes
are deliberate and verified.1 parent 3378fb0 commit 4b41cae
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments