diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index b2f2f560a..2d462c4b6 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -35,6 +35,9 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + - name: Add newrelic repository + run: helm repo add newrelic https://helm-charts.newrelic.com + - name: Release workload charts uses: helm/chart-releaser-action@v1.3.0 env: