From 993c131bcbf3afaf160afb3041d90ef616e835f8 Mon Sep 17 00:00:00 2001 From: Marius Ciotlos Date: Sun, 22 Nov 2020 16:30:24 +0200 Subject: [PATCH] Added hacs to release flow as well --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa8a25c..f7ed057 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,4 +27,8 @@ jobs: file: /home/runner/work/lovelace-thermostat-dark-card/lovelace-thermostat-dark-card/dist/thermostat-dark-card.js asset_name: thermostat-dark-card.js tag: ${{ github.ref }} - overwrite: true \ No newline at end of file + overwrite: true + - name: HACS Action + uses: "hacs/action@main" + with: + category: "plugin"