Skip to content

Commit

Permalink
Fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Nov 15, 2023
1 parent 02bc175 commit 2acb30d
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 @@ -19,7 +19,7 @@ jobs:
uses: esp-rs/[email protected]
with:
default: true
ldproxy: true
ldproxy: false
- name: Login
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Build | Publish
Expand Down

0 comments on commit 2acb30d

Please sign in to comment.