Skip to content

Commit

Permalink
Update input descriptions for release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Heiko Kiesel <[email protected]>
  • Loading branch information
Heiko Kiesel authored and Weltraumschaf committed Aug 7, 2023
1 parent 35ee6a6 commit c2bcf8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ on:
workflow_dispatch:
inputs:
customversion:
description: 'Custom version (optional)'
description: 'Custom version, e.g., 1.0.0-beta (optional)'
required: false
default: ''
nextversion:
description: 'Next version (optional)'
description: 'Next development version, e.g., 1.0.0-SNAPSHOT (optional)'
required: false
default: ''

Expand Down

0 comments on commit c2bcf8f

Please sign in to comment.