Skip to content

Commit

Permalink
CI: fix publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Feb 6, 2025
1 parent 20575af commit 2784a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Login
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Build | Publish
run: export ESP_IDF_TOOLS_INSTALL_DIR=out; cargo publish
run: export ESP_IDF_TOOLS_INSTALL_DIR=out; cargo publish --allow-dirty

0 comments on commit 2784a94

Please # to comment.