mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-02 04:58:46 +00:00
infra: add langchain-community release workflow (#14469)
This commit is contained in:
parent
b32fcb550d
commit
300305e5e5
13
.github/workflows/langchain_community_release.yml
vendored
Normal file
13
.github/workflows/langchain_community_release.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user