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

This commit is contained in:
Erick Friis
2024-05-21 11:39:03 -07:00
committed by GitHub
parent 1bc0ea5496
commit 98b64f3ae3

View File

@@ -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'}}