Compare commits

...

2 Commits

3 changed files with 11 additions and 6 deletions

@ -75,15 +75,15 @@ jobs:
GITEA_SERVER_URL: ${{ inputs.gitea_server_url }} GITEA_SERVER_URL: ${{ inputs.gitea_server_url }}
GITEA_REPOSITORY: ${{ inputs.gitea_repository }} GITEA_REPOSITORY: ${{ inputs.gitea_repository }}
run: | run: |
echo "Debug environment:"
echo "GITEA_REF_NAME: ${GITEA_REF_NAME}"
echo "GITEA_SERVER_URL: ${GITEA_SERVER_URL}"
echo "GITEA_REPOSITORY: ${GITEA_REPOSITORY}"
TAG="${GITEA_REF_NAME}" TAG="${GITEA_REF_NAME}"
API_URL="${GITEA_SERVER_URL}/api/v1" API_URL="${GITEA_SERVER_URL}/api/v1"
REPO="${GITEA_REPOSITORY}" REPO="${GITEA_REPOSITORY}"
echo "Debug environment:"
echo "TAG: ${TAG}"
echo "API_URL: ${API_URL}"
echo "REPO: ${REPO}"
echo "Creating release for ${TAG} on ${REPO}..." echo "Creating release for ${TAG} on ${REPO}..."
# Create release # Create release

@ -1,5 +1,10 @@
# Changelog # Changelog
## [1.2.41] - 2025-02-19
### Added
- update Gitea release workflow debug output and increment version to 1.2.41
## [1.2.40] - 2025-02-19 ## [1.2.40] - 2025-02-19
### Added ### Added
- add inputs for Gitea release workflow and increment version to 1.2.40 - add inputs for Gitea release workflow and increment version to 1.2.40

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