mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-05 11:12:47 +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
|
echo version=$(poetry version --short) >> $GITHUB_OUTPUT
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
if: ${{ inputs.working-directory == 'langchain' }}
|
||||||
with:
|
with:
|
||||||
artifacts: "dist/*"
|
artifacts: "dist/*"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user