From 050c337da12837ce3695c9cbb04e4d86154573b7 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Thu, 20 Jun 2024 00:29:09 +1000 Subject: [PATCH] Fix typo in release-pr.yml inputs (#1790) Stupid mistakes introduced in #1789 Signed-off-by: Jiahao XU --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 238f2fa4..3a43ef2c 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -28,7 +28,7 @@ on: type: string default: patch no-check-semver: - description: Whether to check semver + description: To disable check semver required: true type: string default: "false"