Skip to content

Commit

Permalink
fix(ci): Fix path and disable hacs validation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-w committed Apr 15, 2022
1 parent 8f80d2e commit 88155d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: HACS Validation

on:
push:
pull_request:
branches-ignore:
- '**'

jobs:
validate:
Expand Down
2 changes: 1 addition & 1 deletion frontend/.releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
["@semantic-release/exec", {
"prepareCmd": "mkdir -p dist/; sed -i 's/0.0.0/${nextRelease.version}/' custom_components/knx_panel/manifest.json; cd custom_components/knx_panel; zip ../../dist/knx_panel.zip ./*"
"prepareCmd": "mkdir -p ../dist/; sed -i 's/0.0.0/${nextRelease.version}/' ../custom_components/knx_panel/manifest.json; cd ../custom_components/knx_panel; zip ../../dist/knx_panel.zip ./*"
}],
["@semantic-release/github", {
"assets": [
Expand Down

0 comments on commit 88155d4

Please sign in to comment.