Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pk8189 committed Aug 8, 2024
1 parent 20a8641 commit 7fd8216
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sideko"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
authors = [
"Elias Posen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion core/src/cmds/docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub async fn handle_deploy_docs(name: &str, prod: &bool) -> Result<()> {
};
client
.trigger_deployment(TriggerDeploymentRequest {
project_id_or_name: name.to_string(),
project_id_or_name: draft_version.doc_project_id.clone(),
data: NewDeployment {
doc_version_id: draft_version.id.clone(),
target,
Expand Down
2 changes: 1 addition & 1 deletion sideko-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sideko-py"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
authors = [
"Elias Posen <[email protected]>",
Expand Down

0 comments on commit 7fd8216

Please sign in to comment.