Skip to content

Commit

Permalink
Added hacs to release flow as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ciotlosm committed Nov 22, 2020
1 parent d9cfcab commit 993c131
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
overwrite: true
- name: HACS Action
uses: "hacs/action@main"
with:
category: "plugin"

0 comments on commit 993c131

Please sign in to comment.