We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68c1aad + da665bb commit f1e61d8Copy full SHA for f1e61d8
.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: "Create and push new release branch for non-patch release"
90
if: ${{ endsWith(env.RELEASE_VERSION_WITHOUT_STABILITY, '.0') && env.DEV_BRANCH == github.ref_name }}
91
run: |
92
- echo '🆕 Creating new release branch ${RELEASE_BRANCH} from ${{ github.ref_name }}' >> $GITHUB_STEP_SUMMARY
+ echo '🆕 Creating new release branch ${{ env.RELEASE_BRANCH }} from ${{ github.ref_name }}' >> $GITHUB_STEP_SUMMARY
93
git checkout -b ${RELEASE_BRANCH}
94
git push origin ${RELEASE_BRANCH}
95
0 commit comments