We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cfcab commit 993c131Copy full SHA for 993c131
.github/workflows/release.yml
@@ -27,4 +27,8 @@ jobs:
27
file: /home/runner/work/lovelace-thermostat-dark-card/lovelace-thermostat-dark-card/dist/thermostat-dark-card.js
28
asset_name: thermostat-dark-card.js
29
tag: ${{ github.ref }}
30
- overwrite: true
+ overwrite: true
31
+ - name: HACS Action
32
+ uses: "hacs/action@main"
33
+ with:
34
+ category: "plugin"
0 commit comments