mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +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
|
||||
fi
|
||||
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
|
||||
id: generate-release-body
|
||||
working-directory: langchain
|
||||
|
Loading…
Reference in New Issue
Block a user