diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index 810b4c9..d358e37 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Configure Git run: | @@ -23,5 +25,6 @@ jobs: uses: helm/chart-releaser-action@v1 with: charts_dir: charts + mark_as_latest: false env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"