Update action metadata

This commit is contained in:
Nick Cipollo
2019-08-27 14:51:53 -04:00
parent d3bf8af966
commit 41af18a88b

View File

@@ -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'