mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-20 09:57:32 +00:00
update release workflow
This commit is contained in:
parent
9fd3a554d2
commit
2c15a3355e
5
.github/workflows/_release.yml
vendored
5
.github/workflows/_release.yml
vendored
@ -380,10 +380,9 @@ jobs:
|
|||||||
# Shallow-fetch just that single tag
|
# Shallow-fetch just that single tag
|
||||||
git fetch --depth=1 origin tag "$LATEST_PACKAGE_TAG"
|
git fetch --depth=1 origin tag "$LATEST_PACKAGE_TAG"
|
||||||
|
|
||||||
# Navigate to the partner directory
|
|
||||||
cd $GITHUB_WORKSPACE/libs/partners/${{ matrix.partner }}
|
|
||||||
|
|
||||||
# Checkout the latest package files
|
# Checkout the latest package files
|
||||||
|
rm -rf $GITHUB_WORKSPACE/libs/partners/${{ matrix.partner }}/*
|
||||||
|
cd $GITHUB_WORKSPACE/libs/partners/${{ matrix.partner }}
|
||||||
git checkout "$LATEST_PACKAGE_TAG" -- .
|
git checkout "$LATEST_PACKAGE_TAG" -- .
|
||||||
|
|
||||||
# Print as a sanity check
|
# Print as a sanity check
|
||||||
|
Loading…
Reference in New Issue
Block a user