langchain/.github/workflows/langchain_core_release.yml

14 lines
243 B
YAML
Raw Normal View History

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