Skip to content

Commit

Permalink
infra: fix prev tag output (#27892)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Nov 4, 2024
1 parent 75f80c2 commit a54f390
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 a54f390

Please sign in to comment.