mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 11:02:37 +00:00
infra: same tagging for langchain (#21126)
This commit is contained in:
13
.github/workflows/_release.yml
vendored
13
.github/workflows/_release.yml
vendored
@@ -297,20 +297,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: ${{ inputs.working-directory }}/dist/
|
path: ${{ inputs.working-directory }}/dist/
|
||||||
|
|
||||||
- name: Create Release
|
|
||||||
uses: ncipollo/release-action@v1
|
|
||||||
if: ${{ inputs.working-directory == 'libs/langchain' }}
|
|
||||||
with:
|
|
||||||
artifacts: "dist/*"
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
draft: false
|
|
||||||
generateReleaseNotes: true
|
|
||||||
tag: v${{ needs.build.outputs.version }}
|
|
||||||
commit: ${{ github.sha }}
|
|
||||||
- name: Create Tag
|
- name: Create Tag
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
if: ${{ inputs.working-directory != 'libs/langchain' }}
|
|
||||||
with:
|
with:
|
||||||
artifacts: "dist/*"
|
artifacts: "dist/*"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user