Skip to content

Commit

Permalink
Use fixed tags for shared workflows (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Nov 5, 2024
1 parent 7416427 commit e3e2398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
build-firmware:
name: Build Firmware
uses: esphome/workflows/.github/workflows/build.yml@main
uses: esphome/workflows/.github/workflows/build.yml@2024.10.0
with:
files: |
home-assistant-voice.factory.yaml
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
name: Upload to R2
needs:
- build-firmware
uses: esphome/workflows/.github/workflows/upload.yml@main
uses: esphome/workflows/.github/workflows/upload.yml@2024.10.0
with:
directory: home-assistant-voice-pe
version: ${{ needs.build-firmware.outputs.version }}
Expand Down

0 comments on commit e3e2398

Please sign in to comment.