Skip to content

Commit 993c131

Browse files
committed
Added hacs to release flow as well
1 parent d9cfcab commit 993c131

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ jobs:
2727
file: /home/runner/work/lovelace-thermostat-dark-card/lovelace-thermostat-dark-card/dist/thermostat-dark-card.js
2828
asset_name: thermostat-dark-card.js
2929
tag: ${{ github.ref }}
30-
overwrite: true
30+
overwrite: true
31+
- name: HACS Action
32+
uses: "hacs/action@main"
33+
with:
34+
category: "plugin"

0 commit comments

Comments
 (0)