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 }}