Skip to content

Commit

Permalink
Fix release action, dont run with all logs in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Dec 17, 2024
1 parent 5a0cfca commit 8776127
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
zip vantage.zip -r ./
- name: Upload the ZIP file to the release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2
with:
files: ${{ github.workspace }}/custom_components/vantage/vantage.zip

Expand Down
1 change: 0 additions & 1 deletion config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ default_config:

# https://www.home-assistant.io/integrations/logger/
logger:
default: debug
logs:
custom_components.vantage: debug
aiovantage: debug

0 comments on commit 8776127

Please sign in to comment.