Skip to content

Commit

Permalink
released core and parent together
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed Mar 28, 2024
1 parent a2572c8 commit a7e26d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release_core
name: release_core_and_parent

on:
workflow_dispatch:
Expand All @@ -23,8 +23,8 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: GPG_PASSPHRASE

- name: release_core
run: mvn -B -U -pl langchain4j-core -Psign clean deploy
- name: release_core_and_parent
run: mvn -B -U -pl langchain4j-core,langchain4j-parent -Psign clean deploy
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/release_parent.yaml

This file was deleted.

0 comments on commit a7e26d2

Please sign in to comment.