feat(app-template): Release version 3.7.1

This commit is contained in:
Bernd Schorgers 2025-02-11 15:05:55 +01:00
parent 433f6d132b
commit b93c4199f7
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
10 changed files with 77 additions and 34 deletions

View file

@ -8,7 +8,6 @@ on:
push:
branches:
- main
- rework-publishing-ci # TODO: Remove this
paths:
- "charts/**"
@ -76,7 +75,14 @@ jobs:
needs:
- prepare
- release-library-charts
if: ${{ needs.prepare.outputs.applicationChartsToRelease != '[]' }}
if: >-
${{
always() &&
needs.prepare.outputs.applicationChartsToRelease != '[]' &&
(
contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
)
}}
uses: ./.github/workflows/charts-release-steps.yaml
permissions:
pages: write