mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 10:23:30 +00:00
add gha for cli (#12492)
This commit is contained in:
parent
79cf01366e
commit
0660c06cf1
13
.github/workflows/langchain_cli_release.yml
vendored
Normal file
13
.github/workflows/langchain_cli_release.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
name: libs/cli Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
uses:
|
||||||
|
./.github/workflows/_release.yml
|
||||||
|
with:
|
||||||
|
working-directory: libs/cli
|
||||||
|
secrets: inherit
|
Loading…
Reference in New Issue
Block a user