Skip to content

Commit

Permalink
Branding is important
Browse files Browse the repository at this point in the history
  • Loading branch information
zwaldowski committed Nov 17, 2019
1 parent f939ca6 commit 4bcd3b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Create New Semantic Version'
description: 'Create the next semantic version and tag it.'
name: 'Create new Semantic Version'
description: 'Determine the next semantic version and optionally tag it.'
inputs:
bump:
description: 'The type of semantic version increment to make (one of major, premajor, minor, preminor, patch, prepatch, or prerelease)'
Expand All @@ -22,3 +22,6 @@ outputs:
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: 'tag'
color: 'purple'

0 comments on commit 4bcd3b4

Please sign in to comment.