File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,16 @@ jobs:
3333 git config user.name "$GITHUB_ACTOR"
3434 git config user.email "[email protected] " 3535
36- # # This is required to consider the old Circle-CI Index and to stay compatible with all the old releases.
37- - name : Fetch current Chart Index
36+ - name : Package chart
3837 run : |
39- git checkout origin/gh-pages index.yaml
38+ rm -rf .cr-release-packages
39+ mkdir .cr-release-packages
40+ helm package charts/argo-cd -u -d .cr-release-packages/
4041
4142 - name : Run chart-releaser
42- uses : helm/chart-releaser-action@v1.4.0
43+ uses : helm/chart-releaser-action@main
4344 with :
4445 config : " ./.github/configs/cr.yaml"
45- # charts_dir: "charts/argo-cd"
46+ skip_packaging : true
4647 env :
4748 CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments