From 78d4b094afb622fea7238e784bc4c07ffe340766 Mon Sep 17 00:00:00 2001 From: Mitali Salvi <44349099+mitali-salvi@users.noreply.github.com> Date: Wed, 1 May 2024 14:13:12 -0400 Subject: [PATCH] Fixing checkout action of GHA (#28) --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5868ef2..1a70cc2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,6 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: + fetch-depth: 0 ref: "${{ github.event.inputs.commit_sha }}" - name: Configure Git