mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-16 08:07:23 +00:00
Co-authored-by: Nuno Campos <nuno@boringbits.io> Co-authored-by: Bagatur <baskaryan@gmail.com> Co-authored-by: Erick Friis <erick@langchain.dev>
14 lines
243 B
YAML
14 lines
243 B
YAML
---
|
|
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
|