Skip to content

Commit

Permalink
infra: master release checkout ref for release note (#26605)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Sep 18, 2024
1 parent de58942 commit d158401
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 d158401

Please sign in to comment.