mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 13:54:48 +00:00
infra: fix prev tag output (#27892)
This commit is contained in:
parent
75f80c2910
commit
a54f390090
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -120,7 +120,7 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo tag="$TAG" >> $GITHUB_OUTPUT
|
echo tag="$TAG" >> $GITHUB_OUTPUT
|
||||||
echo prev-tag="$PKG_NAME==$last_version" >> $GITHUB_OUTPUT
|
echo prev-tag="$PREV_TAG" >> $GITHUB_OUTPUT
|
||||||
- name: Generate release body
|
- name: Generate release body
|
||||||
id: generate-release-body
|
id: generate-release-body
|
||||||
working-directory: langchain
|
working-directory: langchain
|
||||||
|
Loading…
Reference in New Issue
Block a user