use global config setting for chartlreaser

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-07 13:55:45 +02:00
parent f52056e5fc
commit 648e63cc59
+3 -3
View File
@@ -75,15 +75,15 @@ jobs:
- name: Chart Releaser Package
run: |
cr package
cr package --config ".github/cr.yaml"
- name: Chart Releaser Upload
run: |
cr upload -t ${{ secrets.GITHUB_TOKEN }} -c ".github/cr.yaml"
cr upload -t ${{ secrets.GITHUB_TOKEN }} --config ".github/cr.yaml"
- name: Chart Releaser create index
run: |
cr index -c ".github/cr.yaml"
cr index --config ".github/cr.yaml"
# SCALE Release
- name: fetch dependencies