Skip to content

Commit dde6f74

Browse files
ci: update workflows on release/25.10-lts from main (#180)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: patrick-stephens <6388272+patrick-stephens@users.noreply.github.com>
1 parent e4a1b4e commit dde6f74

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/update-version.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
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

0 commit comments

Comments
 (0)