Skip to content

Commit 2566e6d

Browse files
committed
fix: added allow_dirty flag to crate
1 parent 2bca459 commit 2566e6d

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
@@ -41,7 +41,7 @@ jobs:
4141
- name: Cargo Login
4242
run: cargo login ${{secrets.CRATES_IO_PUBLISH}}
4343
- name: Publish crate
44-
run: cargo publish
44+
run: cargo publish --allow-dirty
4545

4646
publish-defintions:
4747
permissions:

0 commit comments

Comments
 (0)