Skip to content

Commit

Permalink
build: Fix Rust release
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Sep 14, 2024
1 parent d0e89be commit 22bcf34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

- run: cargo publish --manifest-path crates/Cargo.toml
- run: cargo publish --manifest-path crates/jsonschema/Cargo.toml

- run: cargo publish --manifest-path crates/jsonschema-cli/Cargo.toml
2 changes: 1 addition & 1 deletion crates/jsonschema-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license.workspace = true

[dependencies]
clap = { version = "4.5", features = ["derive"] }
jsonschema = { path = "../jsonschema/" }
jsonschema = { version = "*", path = "../jsonschema/" }
serde_json.workspace = true

[[bin]]
Expand Down

0 comments on commit 22bcf34

Please sign in to comment.