Skip to content

Commit

Permalink
Fix working directory for chart publish workflow (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
borchero authored Jul 31, 2022
1 parent 9cb1664 commit 31b2fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chart-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: apk add yq
- name: Download Dependencies
run: helm dependency build
working-directory: ./chart
- name: Package Chart
run: |
VERSION=${{ github.ref_name }}
Expand Down

0 comments on commit 31b2fdf

Please sign in to comment.