From 1d6654f402ec78f39c73ba226c4b4a44082042e2 Mon Sep 17 00:00:00 2001 From: Mike Coutermarsh Date: Wed, 7 Aug 2019 13:33:42 -0700 Subject: [PATCH] update icon --- automation/properties/npm-publish.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/properties/npm-publish.properties.json b/automation/properties/npm-publish.properties.json index 537026a..71c8381 100644 --- a/automation/properties/npm-publish.properties.json +++ b/automation/properties/npm-publish.properties.json @@ -1,6 +1,6 @@ { "name": "Test, build and publish NPM package", "description": "Publishes an NPM package to NPM and GitHub Package Registry", - "iconName": "octicon smiley", + "iconName": "octicon package", "categories": ["Automation", "SDLC"] }