Skip to content

Commit

Permalink
chore: Fix crates publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 16, 2024
1 parent b11d272 commit d437fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: |
cargo mono publish --no-verify
(cd bindings && cargo mono publish --no-verify)

0 comments on commit d437fd8

Please sign in to comment.