Skip to content

Commit 9647987

Browse files
authored
Update release.yml
1 parent 2d68c2d commit 9647987

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
@@ -219,7 +219,7 @@ jobs:
219219
working-directory: .
220220

221221
- name: Publish to crates.io
222-
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
222+
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --allow-dirty
223223
working-directory: .
224224
env:
225225
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)