File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,16 @@ jobs:
3838 CHART_VERSION="${{ inputs.chart_version }}"
3939 helm package charts/connaisseur
4040 git checkout . # Remove changes to Chart for git checkout
41- mkdir -p tmp_charts
42- mv connaisseur*.tgz ./tmp_charts
4341 git checkout gh-pages
44- cd tmp_charts
42+ mv connaisseur*.tgz ./charts
43+ cd ./charts
4544 helm repo index . --url https://sse-secure-systems.github.io/connaisseur/charts
4645 cd ..
47- git add ./tmp_charts
46+ git add ./charts
4847 git commit -m "Publish helm chart ${CHART_VERSION}"
4948 git push https://${{ secrets.GITHUB_TOKEN }}@github.com/sse-secure-systems/connaisseur.git
5049
5150 publish_docs :
5251 uses : ./.github/workflows/.reusable-docs.yaml
5352 permissions :
54- contents : write
53+ contents : write
Original file line number Diff line number Diff line change 1515 permissions :
1616 contents : write
1717 with :
18- chart_version : ${{ needs.build.outputs .chart_version }}
18+ chart_version : ${{ inputs .chart_version }}
You can’t perform that action at this time.
0 commit comments