Skip to content

Commit

Permalink
Disable test dependency for build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig committed Mar 11, 2024
1 parent 8ca45a5 commit febc87a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

goreleaser:
runs-on: ubuntu-latest
needs: [test, lint]
# needs: [test, lint]
if: startsWith(github.ref, 'refs/tags/v')
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
Manufacturer = "https://github.com/tobias-kuendig/hacompanion"
Model = "hacompanion"
OsName = runtime.GOOS
Version = "1.0.10"
Version = "1.0.11"
// NOTE for Home Assistant 2022.3.3 and earlier versions:
// Because OsVersion populates the "Firmware" field on the devices page
// and the Companion version is not displayed there otherwise,
Expand Down

0 comments on commit febc87a

Please sign in to comment.