From d158401e73995fc8fa50a5b748771f9ea50ba038 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 17 Sep 2024 18:51:54 -0700 Subject: [PATCH] infra: master release checkout ref for release note (#26605) --- .github/workflows/_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 97391e145c3c4..d3d09d642bc0d 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -85,7 +85,7 @@ jobs: path: langchain sparse-checkout: | # this only grabs files for relevant dir ${{ inputs.working-directory }} - ref: master # this scopes to just master branch + ref: ${{ github.ref }} # this scopes to just ref'd branch fetch-depth: 0 # this fetches entire commit history - name: Check Tags id: check-tags