Skip to content

Commit

Permalink
Run dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Aug 30, 2023
1 parent 4ba057a commit bd358dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
if: github.ref != 'refs/heads/main'
run: |
sed -i 's/^version: \(.*\)$/version: \1-${{ github.sha }}/g' charts/housewatch/Chart.yaml
helm dependency update charts/housewatch/
- name: Helm login
run: |
echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io -u $ --password-stdin
- name: Helm package
run: |
helm dependency update charts/housewatch/
helm package charts/housewatch
- name: Helm push
Expand Down

0 comments on commit bd358dc

Please sign in to comment.