langchain/.github/workflows/langserve_release.yml

14 lines
253 B
YAML
Raw Normal View History

---
name: libs/langserve Release
on:
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs:
release:
uses:
./.github/workflows/_release.yml
with:
working-directory: libs/langserve
secrets: inherit