Move HACS validation to release publish.
This commit is contained in:
@@ -22,7 +22,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
- name: HACS validation
|
|
||||||
uses: "hacs/action@21.2.2"
|
|
||||||
with:
|
|
||||||
category: "plugin"
|
|
||||||
|
|||||||
@@ -28,3 +28,8 @@ jobs:
|
|||||||
asset_name: frigate-hass-card.js
|
asset_name: frigate-hass-card.js
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
|
- name: HACS release validation
|
||||||
|
uses: "hacs/action@21.2.2"
|
||||||
|
with:
|
||||||
|
category: "plugin"
|
||||||
|
|||||||
Reference in New Issue
Block a user