infra: 0.2 release checkout ref for release note (#26604)

This commit is contained in:
Erick Friis 2024-09-17 18:48:20 -07:00 committed by GitHub
parent 7d2753fbd6
commit 51fd70be63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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