Skip to content

Commit

Permalink
hotfix: fix release pipeline with a known bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes committed Apr 22, 2022
1 parent 5ade166 commit c9539b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Add newrelic repository
run: helm repo add newrelic https://helm-charts.newrelic.com

- name: Release workload charts
uses: helm/[email protected]
env:
Expand Down

0 comments on commit c9539b8

Please sign in to comment.