Move HACS validation to release publish.
This commit is contained in:
@@ -22,7 +22,3 @@ jobs:
|
||||
run: |
|
||||
npm install
|
||||
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
|
||||
tag: ${{ github.ref }}
|
||||
overwrite: true
|
||||
|
||||
- name: HACS release validation
|
||||
uses: "hacs/action@21.2.2"
|
||||
with:
|
||||
category: "plugin"
|
||||
|
||||
Reference in New Issue
Block a user