Skip to content

Commit 74b1800

Browse files
committed
fix: add --allow-dirty to cargo publish for Cargo.lock changes
1 parent bb27c70 commit 74b1800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Publish to crates.io
132132
env:
133133
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
134-
run: cargo publish --no-verify
134+
run: cargo publish --no-verify --allow-dirty
135135

136136
publish-npm:
137137
name: Publish to npm

0 commit comments

Comments
 (0)