From 0660c06cf15260570f5e7a51e29e0d9d2e52ec7d Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 28 Oct 2023 21:49:28 -0700 Subject: [PATCH] add gha for cli (#12492) --- .github/workflows/langchain_cli_release.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/langchain_cli_release.yml diff --git a/.github/workflows/langchain_cli_release.yml b/.github/workflows/langchain_cli_release.yml new file mode 100644 index 0000000000..b1db1c62cf --- /dev/null +++ b/.github/workflows/langchain_cli_release.yml @@ -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