mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-02 01:23:07 +00:00
update release yml (#8364)
only do the step that tags and adds release notes if its langchain
This commit is contained in:
parent
f499e6ea6a
commit
cddd8ae83d
1
.github/workflows/_release.yml
vendored
1
.github/workflows/_release.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
||||
echo version=$(poetry version --short) >> $GITHUB_OUTPUT
|
||||
- name: Create Release
|
||||
uses: ncipollo/release-action@v1
|
||||
if: ${{ inputs.working-directory == 'langchain' }}
|
||||
with:
|
||||
artifacts: "dist/*"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user