Skip to content

Commit

Permalink
Update input descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimadobe committed Oct 31, 2024
1 parent 768a412 commit 4cbe66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ on:
workflow_dispatch:
inputs:
tag:
description: 'The existing tag (version) to be released (ex: 1.2.3).'
description: 'The tag (version) to be released (ex: 1.2.3).'
type: string
required: true

create-github-release:
description: 'Create GitHub release using tag.'
description: 'Create GitHub release using tag. If the provided `tag` does not exist, it will be created.'
type: boolean
required: true
default: true
Expand Down

0 comments on commit 4cbe66c

Please sign in to comment.