We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef83d4 commit 71efb1bCopy full SHA for 71efb1b
.github/workflows/update-versions-next-dev-iteration.yaml
@@ -91,3 +91,10 @@ jobs:
91
git add .
92
git commit -m "Update versions to ${{ env.NEXT_STABLE_VERSION }} and ${{ env.NEXT_BETA_VERSION }}"
93
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