Skip to content

Commit 71efb1b

Browse files
committed
release automation
1 parent 1ef83d4 commit 71efb1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,10 @@ 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 SNAPSHOT release for core and parent modules
96+
uses: peter-evans/repository-dispatch@v4
97+
with:
98+
token: ${{ secrets.GH_RELEASE_AUTOMATION_PAT }}
99+
repository: langchain4j/langchain4j
100+
event-type: trigger-snapshot-release-core-and-parent

0 commit comments

Comments
 (0)