diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 6c34a11e6e2..682c68496b5 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -37,6 +37,7 @@ jobs: echo version=$(poetry version --short) >> $GITHUB_OUTPUT - name: Create Release uses: ncipollo/release-action@v1 + if: ${{ inputs.working-directory == 'langchain' }} with: artifacts: "dist/*" token: ${{ secrets.GITHUB_TOKEN }}