infra: only tag core releases as github latest (#21991)

pull/21978/head^2
Erick Friis 4 months ago committed by GitHub
parent 1bc0ea5496
commit 98b64f3ae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save