From cddd8ae83dfff860f2bf845f44cc14f0c15a54e0 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Thu, 27 Jul 2023 16:49:04 -0700 Subject: [PATCH] update release yml (#8364) only do the step that tags and adds release notes if its langchain --- .github/workflows/_release.yml | 1 + 1 file changed, 1 insertion(+) 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 }}