Skip to content

Commit

Permalink
infra: tag non-langchain releases (#20805)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Apr 30, 2024
1 parent c8f18a2 commit efe27ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,13 @@ jobs:
generateReleaseNotes: true
tag: v${{ needs.build.outputs.version }}
commit: ${{ github.sha }}
- name: Create Tag
uses: ncipollo/release-action@v1
if: ${{ inputs.working-directory != 'libs/langchain' }}
with:
artifacts: "dist/*"
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: false
tag: ${{needs.build.outputs.pkg-name}}==${{ needs.build.outputs.version }}
body: "# Release ${{needs.build.outputs.pkg-name}}==${{ needs.build.outputs.version }}\n\nPackage-specific release note generation coming soon."
commit: ${{ github.sha }}

0 comments on commit efe27ef

Please sign in to comment.