From 254f3113ebab5f72fe1825d9c2a60b31557f8477 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:09:33 +1200 Subject: [PATCH] Fix job title --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a90a42d656..e0d678e0aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: retention-days: 1 deploy-manifest: - name: Publish ESPHome ${{ matrix.image.title }} to ${{ matrix.registry }} + name: Publish ESPHome ${{ matrix.image.build_type }} to ${{ matrix.registry }} runs-on: ubuntu-latest needs: - init