Skip to content

Commit

Permalink
fix: git add chart directory for release (#2356) (#2357)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
Co-authored-by: Hiroto Funakoshi <[email protected]>
  • Loading branch information
vdaas-ci and hlts2 authored Feb 15, 2024
1 parent a3b9898 commit 479c392
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/_release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 479c392

Please sign in to comment.