Skip to content

Commit

Permalink
infra: only tag core releases as github latest (#21991)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored May 21, 2024
1 parent 1bc0ea5 commit 98b64f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,4 @@ jobs:
tag: ${{needs.build.outputs.pkg-name}}==${{ needs.build.outputs.version }}
body: "# Release ${{needs.build.outputs.pkg-name}}==${{ needs.build.outputs.version }}\n\nPackage-specific release note generation coming soon."
commit: ${{ github.sha }}
makeLatest: ${{ needs.build.outputs.pkg-name == 'langchain-core'}}

0 comments on commit 98b64f3

Please sign in to comment.