diff --git a/.github/workflows/common.release.yaml b/.github/workflows/common.release.yaml index b54b703c..6cc41fc4 100644 --- a/.github/workflows/common.release.yaml +++ b/.github/workflows/common.release.yaml @@ -30,6 +30,8 @@ jobs: run: | cp -rf ./charts/common ./charts/dep-common sed -i 's/name: common/name: dep-common/g' ./charts/dep-common/Chart.yaml + git add --all + git commit -m 'add dep-common' - name: Install Helm uses: azure/setup-helm@18bc76811624f360dbd7f18c2d4ecb32c7b87bab # tag=v1