langchain/.github/workflows/langchain_cli_release.yml

14 lines
241 B
YAML
Raw Normal View History

2023-10-29 04:49:28 +00:00
---
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