LangServe: Add release workflow (#11178)

Add release workflow to langserve
This commit is contained in:
Eugene Yurtsev 2023-09-28 13:47:55 -04:00 committed by GitHub
parent 89ddc7cbb6
commit 176d71dd85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/langserve_release.yml vendored Normal file
View File

@ -0,0 +1,13 @@
---
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