We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20575af commit 2784a94Copy full SHA for 2784a94
.github/workflows/publish.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Login
24
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
25
- name: Build | Publish
26
- run: export ESP_IDF_TOOLS_INSTALL_DIR=out; cargo publish
+ run: export ESP_IDF_TOOLS_INSTALL_DIR=out; cargo publish --allow-dirty
0 commit comments