From 66f81bf520bd5c337e4f2028badb7317fbbae4da Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Thu, 1 Dec 2022 14:03:32 +0000 Subject: [PATCH] fix: restore action name for marketplace matching --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e53fd06..cdbea88 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ # action.yml -name: 'Go Release Binaries Action' +name: 'Go Release Binaries' author: 'Jay Zhang ' description: 'Build and Release Go Binaries to GitHub Release Assets' inputs: