feat: update version to 1.2.51 and add debug output in Gitea release workflow
This commit is contained in:
		| @@ -71,6 +71,7 @@ jobs: | ||||
|     - name: Read CHANGELOG.md | ||||
|       id: changelog | ||||
|       run: | | ||||
|         ls -alh | ||||
|         CHANGELOG=$(awk "/## \\[${{ inputs.gitea_ref_name }}\\]/{p=1;print;next} /## \\[/{p=0} p" CHANGELOG.md) | ||||
|         echo "$CHANGELOG" | ||||
|         echo "CHANGES<<EOF" >> $GITHUB_OUTPUT | ||||
|   | ||||
| @@ -9,7 +9,7 @@ | ||||
| ; https://docs.platformio.org/page/projectconf.html | ||||
|  | ||||
| [common] | ||||
| version = "1.2.50" | ||||
| version = "1.2.51" | ||||
|  | ||||
| [env:esp32dev] | ||||
| platform = espressif32 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user