File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -131,16 +131,6 @@ jobs:
131131 cat $PARTIAL_CHANGELOG
132132 echo "::endgroup::"
133133
134- - name : Create mergeback branch and PR
135- if : ${{ steps.check.outputs.exists != 'true' && endsWith(github.ref_name, steps.getVersion.outputs.latest_release_branch) }}
136- uses : ./.github/actions/prepare-mergeback-branch
137- with :
138- base : " ${{ env.BASE_BRANCH }}"
139- head : " ${{ env.HEAD_BRANCH }}"
140- branch : " ${{ steps.getVersion.outputs.newBranch }}"
141- version : " ${{ steps.getVersion.outputs.version }}"
142- token : " ${{ secrets.GITHUB_TOKEN }}"
143-
144134 - name : Generate token
145135146136 id : app-token
@@ -161,3 +151,13 @@ jobs:
161151 --latest=false \
162152 --title "$VERSION" \
163153 --notes-file "$PARTIAL_CHANGELOG"
154+
155+ - name : Create mergeback branch and PR
156+ if : ${{ endsWith(github.ref_name, steps.getVersion.outputs.latest_release_branch) }}
157+ uses : ./.github/actions/prepare-mergeback-branch
158+ with :
159+ base : " ${{ env.BASE_BRANCH }}"
160+ head : " ${{ env.HEAD_BRANCH }}"
161+ branch : " ${{ steps.getVersion.outputs.newBranch }}"
162+ version : " ${{ steps.getVersion.outputs.version }}"
163+ token : " ${{ secrets.GITHUB_TOKEN }}"
You can’t perform that action at this time.
0 commit comments