From 42baa4608e1f2a47393dfa4dd04aedc7935e1454 Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Fri, 13 Dec 2024 20:36:22 -0700 Subject: [PATCH] Fix release action --- .github/workflows/oss.yml | 2 ++ .github/workflows/publish-build.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/oss.yml b/.github/workflows/oss.yml index bd57d0604..16e4663e8 100644 --- a/.github/workflows/oss.yml +++ b/.github/workflows/oss.yml @@ -49,3 +49,5 @@ jobs: title: "chore(deps): Update OSS attribution for ${{ matrix.component }}" commit-message: "[Automated] Updating OSS attribution documents" delete-branch: true + labels: | + automerge diff --git a/.github/workflows/publish-build.yml b/.github/workflows/publish-build.yml index 332db1d8d..1f61c5df2 100644 --- a/.github/workflows/publish-build.yml +++ b/.github/workflows/publish-build.yml @@ -95,7 +95,7 @@ jobs: TAG: "${{ github.event.inputs.tag }}" run: | # Push all charts - scripts/push-charts.sh -r 'public.ecr.aws/aws-containers' + scripts/helm_push.sh -r 'public.ecr.aws/aws-containers' release: name: Release