From 51fd70be63afeaecf0eff78c2a6f6d3f34330203 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 17 Sep 2024 18:48:20 -0700 Subject: [PATCH] infra: 0.2 release checkout ref for release note (#26604) --- .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 d3efddf67eb..728cfebd72d 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