From a867782d89fa7975333f51009c3e182195aee935 Mon Sep 17 00:00:00 2001 From: Pavel Sanchez <23495830+PaleBluDot@users.noreply.github.com> Date: Wed, 13 Sep 2023 18:53:34 -0400 Subject: [PATCH] fix(config): remove label and name --- .releaserc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc.json b/.releaserc.json index b544571..49d943e 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -20,7 +20,7 @@ "@semantic-release/github", { "assets": [ - { "path": "dist/templates/", "label": "Email Templates", "name": "Email Templates" } + { "path": "dist/templates/" } ] } ],