release(core): 0.3.78 (#33253)

This commit is contained in:
ccurme
2025-10-03 12:40:15 -04:00
committed by GitHub
parent 5904cbea89
commit 0b51de4cab
4 changed files with 5 additions and 5 deletions

View File

@@ -431,7 +431,7 @@ jobs:
git ls-remote --tags origin "langchain-${{ matrix.partner }}*" \
| awk '{print $2}' \
| sed 's|refs/tags/||' \
| grep -E '[0-9]+\.[0-9]+\.[0-9]+$' \
| grep -E '==0\.3\.[0-9]+$' \
| sort -Vr \
| head -n 1
)"