feat: update version to 1.2.30 and enhance release workflows for Gitea and GitHub with improved artifact handling and changelog integration

This commit is contained in:
2025-02-19 10:50:06 +01:00
parent b4ea175757
commit b16a7a4c17
4 changed files with 109 additions and 25 deletions

View File

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