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