Skip to content

Commit

Permalink
Test beta flow with prerelease (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Sep 16, 2024
1 parent 2909858 commit ea49f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
name: Upload to R2
needs:
- build-firmware
uses: esphome/workflows/.github/workflows/upload.yml@main
uses: esphome/workflows/.github/workflows/upload.yml@jesserockz-2024-454
with:
directory: home-assistant-voice-pe
version: ${{ needs.build-firmware.outputs.version }}
channel: ${{ github.event.release.prerelease && 'beta' || 'production' }}
secrets: inherit

0 comments on commit ea49f9b

Please sign in to comment.