Commit 8459c54
fix(ci): allow dirty working tree in cargo package --list check
The Build Package job runs `cargo build --release` which updates
Cargo.lock, causing `cargo package --list` to fail with "uncommitted
changes". Add --allow-dirty so the packaging check works regardless
of build artifacts modifying the lockfile.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f317c2b commit 8459c54
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments