Skip to content

Commit

Permalink
LangServe: Add release workflow (#11178)
Browse files Browse the repository at this point in the history
Add release workflow to langserve
  • Loading branch information
eyurtsev authored Sep 28, 2023
1 parent 89ddc7c commit 176d71d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/langserve_release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 176d71d

Please sign in to comment.