From ef548c601eba209f69c59d45cc686d08d300cd4a Mon Sep 17 00:00:00 2001 From: Julian Sangillo Date: Sun, 23 Aug 2020 22:59:02 -0400 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ef3715d..547b81c 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'tag-version' description: 'Tags a new version based on latest commit and previously tagged version.' -icon: tag -color: purple +icon: 'tag' +color: 'purple' inputs: production-branch: description: 'The branch to use for stable releases in production. Default is master'