From fbde8a046f53d98f75e02a1d257ee896ae1723fd Mon Sep 17 00:00:00 2001 From: hlts2 Date: Thu, 15 Feb 2024 16:01:21 +0900 Subject: [PATCH] fix: git add chart directory for release Signed-off-by: hlts2 --- .github/workflows/_release-pr.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/_release-pr.yml b/.github/workflows/_release-pr.yml index 4627cf4e9e..d5c50bf87e 100644 --- a/.github/workflows/_release-pr.yml +++ b/.github/workflows/_release-pr.yml @@ -100,22 +100,7 @@ jobs: git add \ CHANGELOG.md \ - charts/vald-helm-operator/Chart.yaml \ - charts/vald-helm-operator/README.md \ - charts/vald-helm-operator/values.schema.json \ - charts/vald-helm-operator/values.yaml \ - charts/vald/Chart.yaml \ - charts/vald/README.md \ - charts/vald/values.schema.json \ - charts/vald/values.yaml \ - charts/vald-readreplica/Chart.yaml \ - charts/vald-readreplica/README.md \ - charts/vald-benchmark-operator/Chart.yaml \ - charts/vald-benchmark-operator/README.md \ - charts/vald-benchmark-operator/job-values.schema.json \ - charts/vald-benchmark-operator/scenario-values.schema.json \ - charts/vald-benchmark-operator/values.schema.json \ - charts/vald-benchmark-operator/values.yaml \ + charts \ k8s \ versions/VALD_VERSION git commit -S --signoff -m ":bookmark: :robot: Release ${RELEASE_TAG}"