We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bcd1c commit b8b34f6Copy full SHA for b8b34f6
.github/workflows/build-release-firmware.yml
@@ -273,7 +273,7 @@ jobs:
273
uses: softprops/action-gh-release@v1
274
with:
275
tag_name: ${{ steps.get_version.outputs.tag }}
276
- name: "EspHome-Led-PixelClock ${{ steps.get_version.outputs.tag }}"
+ name: "${{ steps.get_version.outputs.tag }}"
277
body: |
278
Compiled firmware binaries for EspHome-Led-PixelClock with different second-language options (all have English as a first language).
279
0 commit comments