Skip to content

Commit e47dcd9

Browse files
fix: add --allow-dirty flag to cargo publish
1 parent 8a5a732 commit e47dcd9

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
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions-rs/cargo@v1
6969
with:
7070
command: publish
71-
args: --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
71+
args: --token ${{ secrets.CARGO_REGISTRY_TOKEN }} --allow-dirty
7272
env:
7373
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
7474

0 commit comments

Comments
 (0)