File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,11 +62,12 @@ jobs:
6262 needs.detect.outputs.skip == 'false' &&
6363 needs.build-image.result == 'success' &&
6464 (needs.e2e.result == 'success' || needs.e2e.result == 'skipped')
65- uses : upcloud-tools/gha-actions/.github/workflows/release-container.yaml@070918b27e20a6bd320cc93b569d912b1a227a6c
65+ uses : upcloud-tools/gha-actions/.github/workflows/release-container.yaml@10904798a65e26c2fa67df45717698aec8b9e5ef
6666 with :
6767 app_version : ${{ needs.detect.outputs.app_version }}
6868 secrets : inherit
6969 permissions :
7070 contents : write
7171 packages : write
7272 id-token : write
73+ attestations : write
Original file line number Diff line number Diff line change 4747 release-helm :
4848 needs : [detect, e2e]
4949 if : ${{ always() && needs.detect.outputs.skip == 'false' && (needs.e2e.result == 'success' || needs.e2e.result == 'skipped') }}
50- uses : upcloud-tools/gha-actions/.github/workflows/release-helm-chart.yaml@070918b27e20a6bd320cc93b569d912b1a227a6c
50+ uses : upcloud-tools/gha-actions/.github/workflows/release-helm-chart.yaml@10904798a65e26c2fa67df45717698aec8b9e5ef
5151 with :
5252 chart_version : ${{ needs.detect.outputs.chart_version }}
5353 secrets : inherit
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ helm-release-notes:
197197 ' /^## \[' $(HELM_CHART_VERSION ) ' \]/ { flag = 1; next } \
198198 /^# # \[/ { if ( flag ) { exit; } } \
199199 flag { if ( n ) { print prev; } n++; prev = $$ 0 }' \
200- deploy/helm /CHANGELOG.md
200+ $( HELM_CHART_DIR ) /CHANGELOG.md
201201
202202HELM_CHART_DIR = deploy/helm
203203
You can’t perform that action at this time.
0 commit comments