Skip to content

Commit da665bb

Browse files
authored
Fix missing placeholder replacement in release output (#1717)
1 parent efd2dc0 commit da665bb

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)