Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
aunefyren committed Jan 31, 2024
1 parent 9420867 commit f81fddd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Auto Release"

on:
push:
tags:
- "v?[0-9]+.[0-9]+.[0-9]+"

jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"

steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GIT_HUB_TOKEN }}"
prerelease: false
5 changes: 3 additions & 2 deletions custom_components/bluesound_alt/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"domain": "bluesound_alt",
"name": "Bluesound Alt",
"codeowners": ["@aunefyren"],
"documentation": "https://www.home-assistant.io/integrations/bluesound",
"documentation": "https://github.com/aunefyren/bluesound_alt",
"iot_class": "local_polling",
"requirements": ["xmltodict==0.13.0"],
"version" : "0.0.1"
"version" : "0.0.1",
"issue_tracker": "https://github.com/aunefyren/bluesound_alt/issues"
}

0 comments on commit f81fddd

Please sign in to comment.