infra: add langchain-community release workflow (#14469)

This commit is contained in:
Bagatur
2023-12-08 13:31:15 -08:00
committed by GitHub
parent b32fcb550d
commit 300305e5e5

View File

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