Skip to content

Commit

Permalink
CD: Fix the descrpition of the release version in workflow_dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: barshaul <[email protected]>
  • Loading branch information
barshaul committed Jul 10, 2024
1 parent 5fadbc4 commit 0f8b203
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0f8b203

Please sign in to comment.