Skip to content

Commit f1e61d8

Browse files
Merge v2.1 into v2.x (#1718)
2 parents 68c1aad + da665bb commit f1e61d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: "Create and push new release branch for non-patch release"
9090
if: ${{ endsWith(env.RELEASE_VERSION_WITHOUT_STABILITY, '.0') && env.DEV_BRANCH == github.ref_name }}
9191
run: |
92-
echo '🆕 Creating new release branch ${RELEASE_BRANCH} from ${{ github.ref_name }}' >> $GITHUB_STEP_SUMMARY
92+
echo '🆕 Creating new release branch ${{ env.RELEASE_BRANCH }} from ${{ github.ref_name }}' >> $GITHUB_STEP_SUMMARY
9393
git checkout -b ${RELEASE_BRANCH}
9494
git push origin ${RELEASE_BRANCH}
9595

0 commit comments

Comments
 (0)