Skip to content

Commit

Permalink
fix: correct helm release permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
paddatrapper committed Mar 3, 2022
1 parent 7505692 commit 1326874
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 @@ -86,9 +86,9 @@ jobs:
repository: "charts"
- name: Update chart repo
run: |
ls -la
# Work-around for https://github.com/GuillaumeFalourd/clone-github-repo-action/issues/1
sudo chown -R runner:docker ./charts
cd charts
ls -la
cp ../apm-hub-*.tgz ./
helm repo index --merge index.yaml .
- name: Push changes to chart repo
Expand Down

0 comments on commit 1326874

Please sign in to comment.