From 29f3bb7103481b93f8c96fc0e75c8d2c955ac21a Mon Sep 17 00:00:00 2001 From: Amanjeev Sethi Date: Thu, 30 Jan 2025 10:48:26 -0500 Subject: [PATCH] Release 1.3.0: pr-run-mode=upload for sanity test. This commit will be dropped once test passes. --- dist-workspace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-workspace.toml b/dist-workspace.toml index 429475ba..2e01a5b7 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -15,7 +15,7 @@ installers = ["shell", "powershell", "msi"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"] # Which actions to run on pull requests -pr-run-mode = "plan" +pr-run-mode = "upload" # Whether to install an updater program install-updater = false ssldotcom-windows-sign = "prod"