diff --git a/action.yml b/action.yml index 2c87329..82c673c 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Release' +name: 'Create Release' description: 'Creates github releases' author: 'Nick Cipollo' inputs: @@ -33,3 +33,7 @@ inputs: runs: using: 'node12' main: 'lib/Main.js' +branding: + icon: 'tag' + color: 'gray-dark' +