Skip to content

Commit

Permalink
3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbgroup committed Feb 17, 2024
1 parent da13dcf commit 5ff1f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@ on:
types: [published]

jobs:
validate_hacs:
name: Validate HACS requirements
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-node@v4"
with:
node-version: 20
- name: HACS validation
uses: "hacs/action@main"
with:
category: "plugin"

release:
name: Prepare release
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lovelace",
"custom-cards"
],
"module": "kodi-search-card.js",
"main":"src/kodi-search-card.js",
"module": "src/kodi-search-card.js",
"repository": "git@github.com:jtbgroup/kodi-search-card.git",
"author": "Gautier Vanderslyen <gautier.vanderslyen@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 5ff1f63

Please sign in to comment.