mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 12:31:49 +00:00
infra: 0.2 release checkout ref for release note (#26604)
This commit is contained in:
parent
7d2753fbd6
commit
51fd70be63
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
|||||||
path: langchain
|
path: langchain
|
||||||
sparse-checkout: | # this only grabs files for relevant dir
|
sparse-checkout: | # this only grabs files for relevant dir
|
||||||
${{ inputs.working-directory }}
|
${{ 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
|
fetch-depth: 0 # this fetches entire commit history
|
||||||
- name: Check Tags
|
- name: Check Tags
|
||||||
id: check-tags
|
id: check-tags
|
||||||
|
Loading…
Reference in New Issue
Block a user