Skip to content

Commit c1d3855

Browse files
committed
Update release summary
1 parent 71a50df commit c1d3855

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ jobs:
2323
touch firmware/secrets.yaml
2424
touch firmware/conf.d/secrets.yaml
2525
26+
- name: Set git sha
27+
run: echo "RELEASE_SUMMARY=$(git log -1 --pretty=%B)" >> $GITHUB_ENV
2628
- name: Build ESPHome firmware
2729
uses: esphome/build-action@v4.0.2
2830
with:
2931
yaml-file: firmware/config.yaml
30-
release-summary: "{{ github.event.head_commit.message }}"
32+
release-summary: ${{ env.RELEASE_SUMMARY }}
3133
complete-manifest: true
3234
release-url: "https://raw.githubusercontent.com/spuder/OpenSpool/main/firmware/manifest.json"
3335

0 commit comments

Comments
 (0)