diff --git a/.github/workflows/langchain_community_release.yml b/.github/workflows/langchain_community_release.yml new file mode 100644 index 00000000000..607b4b03ffb --- /dev/null +++ b/.github/workflows/langchain_community_release.yml @@ -0,0 +1,13 @@ +--- +name: libs/community Release + +on: + workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI + +jobs: + release: + uses: + ./.github/workflows/_release.yml + with: + working-directory: libs/community + secrets: inherit