Skip to content

Commit

Permalink
feat: add input to configure a custom title on github release
Browse files Browse the repository at this point in the history
  • Loading branch information
aazbeltran committed Dec 31, 2020
1 parent 873a128 commit a7a5b21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ inputs:
default: true
required: false

release-name:
description: 'GitHub Release title'
default: 'Release ${version}'
required: false

npm-publish:
description: 'NPM Publish. Default: false'
default: false
Expand Down

0 comments on commit a7a5b21

Please sign in to comment.