Skip to content

Commit

Permalink
fix(ci): v1 release-plz
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed May 29, 2024
1 parent 834c002 commit a879d87
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run release-plz (devtools for Tauri v1)
uses: MarcoIeni/[email protected]
with:
project_manifest: crates/devtools-v1/Cargo.toml
project_manifest: crates/v1/crates/devtools/Cargo.toml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
File renamed without changes.
3 changes: 3 additions & 0 deletions crates/v1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[workspace]
resolver = "2"
members = ["crates/*"]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/crabnebula-dev/devtools"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
devtools-core = { path = "../devtools-core", version = "0.3.0" }
devtools-core = { path = "../../../devtools-core", version = "0.3.0" }
tauri = { version = "1.6.1", features = ["tracing"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/tauri-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "main.rs"

[dependencies]
tauri = "1.6.1"
devtools = { path = "../../crates/devtools-v1" }
devtools = { path = "../../crates/v1/crates/devtools" }
tracing = "0.1"
tokio = { version = "1.36", features = ["time"] }
reqwest = "0.11"
Expand Down

0 comments on commit a879d87

Please sign in to comment.