langchain/.github/workflows/langchain_experimental_release.yml
2023-08-21 13:54:44 -04:00

14 lines
259 B
YAML

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