From 13f9cae1c271d107b0763e6a1a5c9d0c50ec5863 Mon Sep 17 00:00:00 2001 From: Raymond Julin Date: Mon, 12 Apr 2021 08:26:23 +0200 Subject: [PATCH] fix: Remove debug build from release. HACS probably fails due to it --- .releaserc.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index 77d2348..641d176 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -10,10 +10,6 @@ { "path": "dist/simple-thermostat.js", "label": "simple-thermostat.js" - }, - { - "path": "dist/simple-thermostat.debug.js", - "label": "simple-thermostat.debug.js" } ] }