Skip to content

Commit 9c887ad

Browse files
committed
Fix cargo publish: allow dirty Cargo.lock in CI
1 parent a36d207 commit 9c887ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ jobs:
9494
steps:
9595
- uses: actions/checkout@v4
9696
- uses: dtolnay/rust-toolchain@stable
97-
- run: cargo publish
97+
- run: cargo publish --allow-dirty
9898
env:
9999
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)