Skip to content

Commit

Permalink
Merge pull request #10 from flanksource/bugfix/helm-release-cp
Browse files Browse the repository at this point in the history
fix: cp chart package
  • Loading branch information
paddatrapper authored Mar 3, 2022
2 parents 5645b7e + 2741195 commit 10abab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Update chart repo
run: |
cd charts
mv ../apm-hub-*.tgz ./
cp ../apm-hub-*.tgz ./
helm repo index --merge index.yaml .
- name: Push changes to chart repo
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 10abab9

Please sign in to comment.