Skip to content

Commit a328d04

Browse files
committed
fix build
1 parent e0c7405 commit a328d04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/upload_crates.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- name: Publish
2323
run: |
2424
cd crates/emmylua_code_analysis
25-
cargo publish
25+
cargo publish --allow-dirty
2626
cd ../emmylua_ls
27-
cargo publish
27+
cargo publish --allow-dirty
2828
cd ../emmylua_doc_cli
29-
cargo publish
29+
cargo publish --allow-dirty
3030
env:
3131
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}

0 commit comments

Comments
 (0)