From 5f8a3075656679bf8bd2c391e5dd82e5f4d358c3 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 30 Apr 2024 14:43:45 -0700 Subject: [PATCH] infra: same tagging for langchain (#21126) --- .github/workflows/_release.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 94161ab79b6..b7d50e9ea9b 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -297,20 +297,9 @@ jobs: with: name: dist path: ${{ inputs.working-directory }}/dist/ - - - name: Create Release - uses: ncipollo/release-action@v1 - if: ${{ inputs.working-directory == 'libs/langchain' }} - with: - artifacts: "dist/*" - token: ${{ secrets.GITHUB_TOKEN }} - draft: false - generateReleaseNotes: true - tag: v${{ needs.build.outputs.version }} - commit: ${{ github.sha }} + - name: Create Tag uses: ncipollo/release-action@v1 - if: ${{ inputs.working-directory != 'libs/langchain' }} with: artifacts: "dist/*" token: ${{ secrets.GITHUB_TOKEN }}