Skip to content

Commit

Permalink
Fix dependency update path
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
  • Loading branch information
kliwniloc committed Sep 5, 2024
1 parent 14b7b58 commit eaa819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helmchart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "SEM_VERSION=${SEM_VERSION}" >> $GITHUB_ENV
- name: Update chart dependencies
run: helm dependency update artemis
run: helm dependency update helm/artemis

- name: Chart | Push
uses: appany/helm-oci-chart-releaser@v0.3.0
Expand Down

0 comments on commit eaa819b

Please sign in to comment.