Skip to content

Commit a29674d

Browse files
suristerphilkra
andauthored
Update .github/workflows/release_feature_freeze_ceremony.yaml
Co-authored-by: Philip Krauss <35487337+philkra@users.noreply.github.com> Signed-off-by: Ivan <surister98@gmail.com>
1 parent e8b59e7 commit a29674d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_feature_freeze_ceremony.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
NEXT_VERSION="${{ env.NEXT_VERSION }}"
152152
153153
if git ls-remote --heads origin "$RELEASE_BRANCH" | grep -q "$RELEASE_BRANCH"; then
154-
echo "* the \`$RELEASE_BRANCH\` release branch exists" >> $GITHUB_STEP_SUMMARY
154+
echo "* the \`$RELEASE_BRANCH\` release branch exists" >> $GITHUB_STEP_SUMMARY
155155
else
156156
git checkout -B "$RELEASE_BRANCH" "${{ github.sha }}"
157157
sed -i "s/^version = .*/version = $NEXT_VERSION/" version.config

0 commit comments

Comments
 (0)