diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96d6d7a..4795292 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )" uses: actions/checkout@v4 with: - #fetch-depth: 0 + fetch-depth: 0 ref: 'main' - name: Configure Git @@ -103,9 +103,10 @@ jobs: - name: Helm add mongo repository run: | helm repo add mongodb https://repo.broadcom.com/bitnami-files + helm dependency update helm/tracker - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1 with: charts_dir: helm env: