From f3bb3015cfc26af023332028422d9f5520a14c97 Mon Sep 17 00:00:00 2001 From: Remco Vermeulen Date: Tue, 12 Mar 2024 17:13:00 -0700 Subject: [PATCH] Checkout head sha for the correct local files --- .github/workflows/update-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml index 67666bbf3..912d5aa42 100644 --- a/.github/workflows/update-release.yml +++ b/.github/workflows/update-release.yml @@ -31,6 +31,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # We need the full history to compute the changelog + ref: ${{ inputs.head-sha }} - name: Install Python uses: actions/setup-python@v4