Skip to content

Commit 10f9e10

Browse files
committed
automating releases
1 parent 40021a9 commit 10f9e10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,13 @@ jobs:
103103
git push origin ${{ env.STABLE_VERSION }}
104104
105105
- name: Trigger documentation version update
106-
if: steps.git-check.outputs.changed == 'true'
107106
uses: peter-evans/repository-dispatch@v4
108107
with:
109108
token: ${{ secrets.GH_RELEASE_AUTOMATION_PAT }}
110109
repository: langchain4j/langchain4j
111110
event-type: trigger-docs-update-version
111+
client-payload: |
112+
{
113+
"stableVersion": "${{ env.STABLE_VERSION }}",
114+
"betaVersion": "${{ env.BETA_VERSION }}"
115+
}

0 commit comments

Comments
 (0)