Skip to content

Commit ab42095

Browse files
committed
chore(ci): bump release-helm-chart.yaml action to fix signing issue
1 parent 126df48 commit ab42095

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release-app.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/release-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

202202
HELM_CHART_DIR = deploy/helm
203203

0 commit comments

Comments
 (0)