diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index d0fb6ab..70c0a52 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -26,6 +26,10 @@ jobs: env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + - name: Add helm dependencies + run: | + helm repo add alfresco-common https://alfresco.github.io/alfresco-helm-charts/ + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: