feat: update version to 1.2.51 and add debug output in Gitea release workflow

This commit is contained in:
Manuel Weiser 2025-02-19 20:14:43 +01:00
parent f64d3e51ce
commit a5c999234c
2 changed files with 2 additions and 1 deletions

View File

@ -71,6 +71,7 @@ jobs:
- name: Read CHANGELOG.md - name: Read CHANGELOG.md
id: changelog id: changelog
run: | run: |
ls -alh
CHANGELOG=$(awk "/## \\[${{ inputs.gitea_ref_name }}\\]/{p=1;print;next} /## \\[/{p=0} p" CHANGELOG.md) CHANGELOG=$(awk "/## \\[${{ inputs.gitea_ref_name }}\\]/{p=1;print;next} /## \\[/{p=0} p" CHANGELOG.md)
echo "$CHANGELOG" echo "$CHANGELOG"
echo "CHANGES<<EOF" >> $GITHUB_OUTPUT echo "CHANGES<<EOF" >> $GITHUB_OUTPUT

View File

@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html ; https://docs.platformio.org/page/projectconf.html
[common] [common]
version = "1.2.50" version = "1.2.51"
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32