Skip to content

Commit

Permalink
Remove unnecessary environment variable for release URL in build work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
klaasnicolaas committed Oct 28, 2024
1 parent 40bb2b7 commit 857dcc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
RELEASE_URL: ${{ github.server_url }}/${{ github.repository }}/releases/latest

jobs:
build:
name: Build firmware
Expand All @@ -27,7 +24,7 @@ jobs:
esphome/onju-voice.yaml
esphome/onju-voice-microwakeword.yaml
release-summary: "Check the release notes for more information."
release-url: ${{ env.RELEASE_URL }}
release-url: ${{ github.server_url }}/${{ github.repository }}/releases/latest

consolidate:
name: Consolidate firmwares 🚀
Expand Down

0 comments on commit 857dcc4

Please sign in to comment.