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 5ac265c commit 5301d62Copy full SHA for 5301d62
.github/workflows/release.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Create release branch
47
run: |
48
- git checkout -b release-${{ env.STABLE_VERSION }}
+ git checkout -b release-${{ env.BETA_VERSION }}
49
50
- name: Extract current stable SNAPSHOT version from POM property
51
id: extract-stable-snapshot-version
@@ -100,7 +100,7 @@ jobs:
100
101
- name: Push release branch
102
103
- git push origin release-${{ env.STABLE_VERSION }}
+ git push origin release-${{ env.BETA_VERSION }}
104
105
- name: Tag release
106
0 commit comments