Compare commits

..

No commits in common. "a143527dd0f8348c4fe58e48760205db88821dc9" and "9e23af29ff3c6151166e86916ef11ceb48e840b7" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View File

@ -53,11 +53,11 @@ jobs:
fi fi
github-release: github-release:
needs: [route, verify-provider] needs: verify-provider
if: needs.route.outputs.provider == 'github' if: needs.route.outputs.provider == 'github'
uses: ./.github/workflows/providers/github-release.yml uses: ./.github/workflows/providers/github-release.yml
gitea-release: gitea-release:
needs: [route, verify-provider] needs: verify-provider
if: needs.route.outputs.provider == 'gitea' if: needs.route.outputs.provider == 'gitea'
uses: ./.github/workflows/providers/gitea-release.yml uses: ./.github/workflows/providers/gitea-release.yml

View File

@ -1,10 +1,5 @@
# Changelog # Changelog
## [1.2.32] - 2025-02-19
### Added
- update version to 1.2.32 and adjust workflow dependencies for GitHub and Gitea releases
## [1.2.31] - 2025-02-19 ## [1.2.31] - 2025-02-19
### Added ### Added
- update version to 1.2.31 - update version to 1.2.31

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.32" version = "1.2.31"
[env:esp32dev] [env:esp32dev]
platform = espressif32 platform = espressif32