From b330f96482df33a837120b6151ee248abadad6bb Mon Sep 17 00:00:00 2001 From: James Strong Date: Wed, 24 Apr 2024 10:21:27 -0400 Subject: [PATCH] fix ref error Signed-off-by: James Strong --- .github/workflows/helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index e88fd8678..34af63189 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -65,10 +65,10 @@ jobs: steps: - name: Checkout master uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - ref: ${{ github.ref_name }} with: # Fetch entire history. Required for chart-releaser; see https://github.com/helm/chart-releaser-action/issues/13#issuecomment-602063896 fetch-depth: 0 + ref: ${{ github.ref_name }} - name: Setup shell: bash