We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 034e324 + a6039c1 commit cce9865Copy full SHA for cce9865
.github/workflows/publisher.yaml
@@ -42,7 +42,7 @@ jobs:
42
password: ${{ secrets.GITHUB_TOKEN }}
43
44
- name: Build and publish
45
- uses: home-assistant/builder@2026.02.1
+ uses: home-assistant/builder@2026.03.1
46
with:
47
args: |
48
--${{ matrix.arch }} \
.github/workflows/test.yaml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/checkout@v6.0.2
36
37
- name: Build add-on
38
39
40
41
--test \
0 commit comments