add experimental release action (#8096)

This commit is contained in:
Harrison Chase 2023-07-21 13:38:35 -07:00 committed by GitHub
parent d353d668e4
commit 0faba034b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
---
name: libs/langchain-experimental Release
on:
pull_request:
types:
- closed
branches:
- master
paths:
- 'libs/experimental/pyproject.toml'
jobs:
release:
uses:
./.github/workflows/_release.yml
with:
working-directory: libs/experimental
secrets: inherit