Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 6, 2023
1 parent 04b1c62 commit fb1aed6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
override: true
- uses: katyo/publish-crates@v2
with:
args: -p ledger_device_sdk --no-verify
args: --no-verify
dry-run: true


Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Ledger Device Rust SDK
This workspace contains the 3 crates members of Ledger Device Rust SDK
This workspace contains the 4 crates members of Ledger Device Rust SDK

* [ledger_device_sdk](./ledger_device_sdk): main Rust SDK crate used to build an application that runs on BOLOS OS,
* [ledger_secure_sdk_sys](./ledger_secure_sdk_sys): bindings to [ledger_secure_sdk](https://github.com/LedgerHQ/ledger-secure-sdk)
* [include_gif](./include_gif): procedural macro used to manage GIF.
* [include_gif](./include_gif): procedural macro used to manage GIF
* [testmacro](./testmacro): procedural macro used by unit and integrations tests

0 comments on commit fb1aed6

Please sign in to comment.