Skip to content

Commit 84080ec

Browse files
author
Yvo Swillens
committed
testing Helm release action
1 parent d6d7720 commit 84080ec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/helm-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
uses: helm/chart-releaser-action@v1.4.0
2626
with:
2727
charts_dir: k8s/flowable
28-
charts_repo_url: https://flowable.github.io/helm/
28+
# charts_repo_url: https://flowable.github.io/helm/
2929
env:
30-
CR_OWNER: yvoswillens
31-
CR_GIT_REPO: yvoswillens.github.io
32-
CR_PACKAGE_PATH: helm
30+
# CR_OWNER: yvoswillens
31+
# CR_GIT_REPO: yvoswillens.github.io
32+
# CR_PACKAGE_PATH: helm
3333
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)