Skip to content

Commit 2fdd785

Browse files
committed
Add --allow-dirty to cargo publish since Cargo.toml is patched at build time
https://claude.ai/code/session_019tzejYnzWFARWNgHBZ4fhN
1 parent 4f77ab8 commit 2fdd785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323

2424
- run: cargo test
2525

26-
- run: cargo publish
26+
- run: cargo publish --allow-dirty
2727
env:
2828
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)