From 97b13e34df4b52cc5ab3bd7499dd02269cdc2a3c Mon Sep 17 00:00:00 2001 From: barshaul Date: Wed, 10 Jul 2024 08:50:22 +0000 Subject: [PATCH] CD: Fix the descrpition of the release version in workflow_dispatch Signed-off-by: barshaul --- .github/workflows/java-cd.yml | 2 +- .github/workflows/npm-cd.yml | 2 +- .github/workflows/pypi-cd.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/java-cd.yml b/.github/workflows/java-cd.yml index c19dead61f..1dba670476 100644 --- a/.github/workflows/java-cd.yml +++ b/.github/workflows/java-cd.yml @@ -13,7 +13,7 @@ on: workflow_dispatch: inputs: version: - description: 'The release version of GLIDE, formatted as v*.*.* or v*.*.*-rc*' + description: 'The release version of GLIDE, formatted as *.*.* or *.*.*-rc*' required: true concurrency: diff --git a/.github/workflows/npm-cd.yml b/.github/workflows/npm-cd.yml index 67986fd4c2..25db537ab5 100644 --- a/.github/workflows/npm-cd.yml +++ b/.github/workflows/npm-cd.yml @@ -18,7 +18,7 @@ on: workflow_dispatch: inputs: version: - description: 'The release version of GLIDE, formatted as v*.*.* or v*.*.*-rc*' + description: 'The release version of GLIDE, formatted as *.*.* or *.*.*-rc*' required: true concurrency: diff --git a/.github/workflows/pypi-cd.yml b/.github/workflows/pypi-cd.yml index bcbcbf108f..b45992e6e7 100644 --- a/.github/workflows/pypi-cd.yml +++ b/.github/workflows/pypi-cd.yml @@ -17,7 +17,7 @@ on: workflow_dispatch: inputs: version: - description: 'The release version of GLIDE, formatted as v*.*.* or v*.*.*-rc*' + description: 'The release version of GLIDE, formatted as *.*.* or *.*.*-rc*' required: true concurrency: