Skip to content

Commit 1a162a6

Browse files
Add additional suggested metadata fields (#6)
* Add color and icon * Fix syntax, add author
1 parent f262df6 commit 1a162a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: 'Publish to NPM and GitHub'
22
description: 'Publishes an NPM package to NPM and GitHub.'
3+
author: 'Ava Mattie'
4+
branding:
5+
icon: 'box'
6+
color: 'gray-dark'
37
inputs:
48
npm-package-name:
59
description: 'The name of the package to publish on NPM.'

0 commit comments

Comments
 (0)