From 140e60e18ee80056b165c3b0b20a7a2fec592026 Mon Sep 17 00:00:00 2001 From: Jin Date: Wed, 27 Sep 2023 10:13:20 -0700 Subject: [PATCH] Update CLI dry run text --- .github/workflows/cli-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-release.yaml b/.github/workflows/cli-release.yaml index 61215d996d082..07a1a8d55de8d 100644 --- a/.github/workflows/cli-release.yaml +++ b/.github/workflows/cli-release.yaml @@ -18,7 +18,7 @@ on: type: boolean required: false default: true - description: "If true, the release will not be created" + description: "Dry run - If checked, the release will not be created" jobs: build-ubuntu20-binary: