Skip to content

Commit 2784a94

Browse files
committedFeb 6, 2025
CI: fix publish error
1 parent 20575af commit 2784a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Login
2424
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
2525
- name: Build | Publish
26-
run: export ESP_IDF_TOOLS_INSTALL_DIR=out; cargo publish
26+
run: export ESP_IDF_TOOLS_INSTALL_DIR=out; cargo publish --allow-dirty

0 commit comments

Comments
 (0)