diff --git a/action.yml b/action.yml index 1c2d578..8fd0c17 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ name: 'Publish to NPM and GitHub' description: 'Publishes an NPM package to NPM and GitHub.' +author: 'Ava Mattie' +branding: + icon: 'box' + color: 'gray-dark' inputs: npm-package-name: description: 'The name of the package to publish on NPM.'