Skip to content

Commit

Permalink
infra: tag non-langchain releases
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Apr 23, 2024
1 parent 5a3c65a commit c6ea38e
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 @@ -302,3 +302,13 @@ jobs:
generateReleaseNotes: true
tag: v${{ needs.build.outputs.version }}
commit: master
- 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: master

0 comments on commit c6ea38e

Please sign in to comment.