From 56dc0ab2b45c49bf043d7c6db84b985ad5871f1a Mon Sep 17 00:00:00 2001 From: flora Date: Sat, 16 Nov 2024 02:44:06 +0800 Subject: [PATCH] Update release.yml to clarify the description for deploying the client --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b712a04..e62e71c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: inputs: client: type: boolean - description: "Deploy Web" + description: "Release Client" default: true web: type: boolean