Skip to content

Commit 5301d62

Browse files
committed
release automation
1 parent 5ac265c commit 5301d62

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
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Create release branch
4747
run: |
48-
git checkout -b release-${{ env.STABLE_VERSION }}
48+
git checkout -b release-${{ env.BETA_VERSION }}
4949
5050
- name: Extract current stable SNAPSHOT version from POM property
5151
id: extract-stable-snapshot-version
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Push release branch
102102
run: |
103-
git push origin release-${{ env.STABLE_VERSION }}
103+
git push origin release-${{ env.BETA_VERSION }}
104104
105105
- name: Tag release
106106
run: |

0 commit comments

Comments
 (0)