Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xhilmi authored Aug 3, 2024
1 parent b86adae commit 2f88d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
# Package the Helm chart and update the repository index
- name: Package Helm Chart
run: |
cd ./stable && helm package --version ${{ steps.versioning.outputs.version }} ../charts/alucard
cd ./stable && helm repo index --url https://sithanos.github.io/alucard/stable --merge index.yaml .
cd stable && helm package --version ${{ steps.versioning.outputs.version }} ../charts/alucard
helm repo index --url https://sithanos.github.io/alucard/stable --merge stable/index.yaml .
git add .
git commit -m "feat: Update chart index with version ${{ steps.versioning.outputs.version }}"
git push https://${{ secrets.USER_NAME }}:${{ secrets.USER_TOKEN }}@github.com/sithanos/alucard.git
Expand Down

0 comments on commit 2f88d27

Please sign in to comment.