Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jun 29, 2024
1 parent 5c43c02 commit 6671a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build-firmware:
uses: klaasnicolaas/home-assistant-glow/.github/workflows/build-firmware.yaml@klaas-2024-035
name: Build firmware
name: Firmware
with:
release-url: ${{ github.event.release.html_url }}

Expand All @@ -35,7 +35,7 @@ jobs:
pattern: build-${{ matrix.project }}-*
merge-multiple: true
path: files
run-id: ${{ needs.build-firmware.outputs.run-id }}
# run-id: ${{ needs.build-firmware.outputs.run-id }}
- name: 🔨 Generate device manifest.json
run: |
version=${{ github.event.release.tag_name || '4.1.0' }}
Expand Down

0 comments on commit 6671a1a

Please sign in to comment.