mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-04 14:13:29 +00:00
infra: only tag core releases as github latest (#21991)
This commit is contained in:
parent
1bc0ea5496
commit
98b64f3ae3
1
.github/workflows/_release.yml
vendored
1
.github/workflows/_release.yml
vendored
@ -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'}}
|
||||
|
Loading…
Reference in New Issue
Block a user