Skip to content

Commit

Permalink
Merge pull request #6 from flanksource/bugfix/helm-release
Browse files Browse the repository at this point in the history
fix: helm release chart location
  • Loading branch information
moshloop authored Feb 24, 2022
2 parents a8c49c0 + 54e1fac commit 9fff339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
wget -nv -nc -O yq https://github.com/mikefarah/yq/releases/download/v4.20.2/yq_linux_amd64
chmod +x yq
- name: Update chart version
run: ./yq -i e '.version = "${{ needs.semantic-release.outputs.release-version }}"' Chart.yaml
run: ./yq -i e '.version = "${{ needs.semantic-release.outputs.release-version }}"' chart/Chart.yaml
- name: Update app version
run: ./yq -i e '.appVersion = "${{ needs.semantic-release.outputs.release-version }}"' Chart.yaml
run: ./yq -i e '.appVersion = "${{ needs.semantic-release.outputs.release-version }}"' chart/Chart.yaml
- name: Set up Helm
uses: azure/setup-helm@v1
with:
Expand Down

0 comments on commit 9fff339

Please sign in to comment.