File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ github:
19
19
release-1.6 : {}
20
20
release-1.7 : {}
21
21
release-1.8 : {}
22
-
22
+ release-1.9 : {}
23
23
24
24
notifications :
25
25
Original file line number Diff line number Diff line change 28
28
matrix :
29
29
branch :
30
30
- main
31
- - release-1.7
32
31
- release-1.8
32
+ - release-1.9
33
33
steps :
34
34
- uses : actions/checkout@v3
35
35
with :
41
41
echo "flink_branch=${currentBranch}"
42
42
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
43
43
if [ "${currentBranch}" = "main" ]; then
44
- echo "flink_alias=release-1.9 " >> ${GITHUB_ENV}
45
- elif [ "${currentBranch}" = "release-1.8 " ]; then
44
+ echo "flink_alias=release-1.10 " >> ${GITHUB_ENV}
45
+ elif [ "${currentBranch}" = "release-1.9 " ]; then
46
46
echo "flink_alias=stable" >> ${GITHUB_ENV}
47
47
else
48
48
echo "flink_alias=${currentBranch}" >> ${GITHUB_ENV}
You can’t perform that action at this time.
0 commit comments