Skip to content

Commit 0f8de23

Browse files
authored
fix(cd): reorder
1 parent 17d5cc4 commit 0f8de23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
fi
4545
done
4646
47+
- name: Run chart-releaser index.yaml
48+
uses: helm/chart-releaser-action@v1.7.0
49+
env:
50+
CR_TOKEN: '${{ secrets.CR_TOKEN }}'
51+
4752
- name: Run chart-releaser OCI
4853
uses: bitdeps/helm-oci-charts-releaser@v0.1.3
4954
with:
@@ -55,8 +60,3 @@ jobs:
5560
skip_helm_install: true
5661
skip_dependencies: true
5762
skip_gh_release: true
58-
59-
- name: Run chart-releaser index.yaml
60-
uses: helm/chart-releaser-action@v1.7.0
61-
env:
62-
CR_TOKEN: '${{ secrets.CR_TOKEN }}'

0 commit comments

Comments
 (0)