bump and fix (#8441)

This commit is contained in:
Harrison Chase
2023-07-28 17:16:51 -07:00
committed by GitHub
parent 3892cefac6
commit 2448043b84
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ jobs:
echo version=$(poetry version --short) >> $GITHUB_OUTPUT
- name: Create Release
uses: ncipollo/release-action@v1
if: ${{ inputs.working-directory == 'langchain' }}
if: ${{ inputs.working-directory == 'libs/langchain' }}
with:
artifacts: "dist/*"
token: ${{ secrets.GITHUB_TOKEN }}