Skip to content

Commit b4eafe7

Browse files
committed
Update release workflow to create packages directory and specify package path in configuration
1 parent 1424933 commit b4eafe7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ jobs:
3636
- name: Lint Chart
3737
run: helm lint .
3838

39+
- name: Create packages directory
40+
run: mkdir -p .cr-release-packages
41+
3942
- name: Package Chart
40-
run: helm package .
43+
run: helm package . -d .cr-release-packages
4144

4245
- name: Run chart-releaser
4346
uses: helm/chart-releaser-action@v1.6.0

cr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ owner: browsersec
33
git-repo: helm-charts
44
charts-repo: https://browsersec.github.io/helm-charts
55
index-path: ./index.yaml
6-
packages-with-index: true
6+
packages-with-index: true
7+
package-path: .cr-release-packages

0 commit comments

Comments
 (0)