Skip to content

Commit d6f3465

Browse files
release specific chart only
1 parent 9428767 commit d6f3465

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)