File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 8484 echo NEW_TAG="$GENERATED_VERSION"
8585 echo NEW_TAG="$GENERATED_VERSION" >> $GITHUB_ENV
8686
87- echo BRANCH ="release/${MAJOR}.${MINOR}-lts"
88- echo BASE_BRANCH="$BRANCH "
89- echo BASE_BRANCH="$BRANCH " >> $GITHUB_ENV
87+ BASE_BRANCH ="release/${MAJOR}.${MINOR}-lts"
88+ echo " BASE_BRANCH=$BASE_BRANCH "
89+ echo " BASE_BRANCH=$BASE_BRANCH " >> $GITHUB_ENV
9090 shell : bash
9191
9292 - name : Fallback to set mainline tag based on date
@@ -114,8 +114,9 @@ jobs:
114114 fi
115115
116116 if [[ -z "${BASE_BRANCH:-}" ]]; then
117- echo BASE_BRANCH="main"
118- echo BASE_BRANCH="main" >> $GITHUB_ENV
117+ BASE_BRANCH="main"
118+ echo "BASE_BRANCH=$BASE_BRANCH"
119+ echo "BASE_BRANCH=$BASE_BRANCH" >> $GITHUB_ENV
119120 fi
120121 shell : bash
121122
You can’t perform that action at this time.
0 commit comments