Skip to content

Commit

Permalink
Update release input descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Jul 5, 2023
1 parent 8be1861 commit e80300d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pass-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
inputs:
releaseversion:
description: 'Release version'
description: 'Release version (e.g. 0.1.0)'
required: true
nextversion:
description: 'Next dev version'
description: 'Next dev version (e.g. 0.2.0-SNAPSHOT)'
required: true
runtests:
description: 'Run acceptance tests against release version before pushing images?'
Expand Down

0 comments on commit e80300d

Please sign in to comment.