Skip to content

Commit 38cbe3e

Browse files
committed
release automation
1 parent ab30d44 commit 38cbe3e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/update-versions-next-dev-iteration.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,15 @@ jobs:
9191
git add .
9292
git commit -m "Update versions to ${{ env.NEXT_STABLE_VERSION }} and ${{ env.NEXT_BETA_VERSION }}"
9393
git push origin "$branchName"
94+
95+
- name: Trigger the same job in the langchain4j-spring repo
96+
uses: peter-evans/repository-dispatch@v4
97+
with:
98+
token: ${{ secrets.GH_RELEASE_AUTOMATION_PAT }}
99+
repository: langchain4j/langchain4j-spring
100+
event-type: trigger-update-versions-next-dev-iteration
101+
client-payload: |
102+
{
103+
"nextStableVersion": "${{ env.NEXT_STABLE_VERSION }}",
104+
"nextBetaVersion": "${{ env.NEXT_BETA_VERSION }}"
105+
}

0 commit comments

Comments
 (0)