Skip to content

Commit 6f54e0a

Browse files
committed
fix: add --allow-dirty to cargo publish for Cargo.lock changes
1 parent 2c5c968 commit 6f54e0a

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
@@ -134,7 +134,7 @@ jobs:
134134
- name: Publish to crates.io
135135
env:
136136
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
137-
run: cargo publish --no-verify
137+
run: cargo publish --no-verify --allow-dirty
138138

139139
publish-npm:
140140
name: Publish to npm

0 commit comments

Comments
 (0)