Skip to content

Commit d134870

Browse files
committed
Allow dirty lockfile on publish
1 parent ac756b9 commit d134870

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
@@ -67,7 +67,7 @@ jobs:
6767
- name: cargo test
6868
run: cargo test
6969
- name: cargo publish
70-
run: cargo publish
70+
run: cargo publish --allow-dirty
7171
env:
7272
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
7373
- name: GitHub Release

0 commit comments

Comments
 (0)