Skip to content

Commit 5ac265c

Browse files
committed
release automation
1 parent c8d999d commit 5ac265c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
105105
- name: Tag release
106106
run: |
107-
git tag ${{ env.STABLE_VERSION }}
108-
git push origin ${{ env.STABLE_VERSION }}
107+
git tag ${{ env.BETA_VERSION }}
108+
git push origin ${{ env.BETA_VERSION }}
109109
110110
- name: Trigger release in the langchain4j/langchain4j repo
111111
uses: peter-evans/repository-dispatch@v4

0 commit comments

Comments
 (0)