Skip to content

Commit

Permalink
infra: fix prev tag output (langchain-ai#27892)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored and yanomaly committed Nov 8, 2024
1 parent a4a475c commit 51e2739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51e2739

Please sign in to comment.