Skip to content

Commit

Permalink
infra: 0.2 release checkout ref for release note (#26604)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Sep 18, 2024
1 parent 7d2753f commit 51fd70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51fd70b

Please sign in to comment.