Skip to content

Commit cd79269

Browse files
committed
Create mergeback even if already released
This captures hotfixes on main
1 parent 3b96745 commit cd79269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release-mergeback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
echo "::endgroup::"
133133
134134
- name: Create mergeback branch and PR
135-
if: ${{ steps.check.outputs.exists != 'true' && endsWith(github.ref_name, steps.getVersion.outputs.latest_release_branch) }}
135+
if: ${{ endsWith(github.ref_name, steps.getVersion.outputs.latest_release_branch) }}
136136
uses: ./.github/actions/prepare-mergeback-branch
137137
with:
138138
base: "${{ env.BASE_BRANCH }}"

0 commit comments

Comments
 (0)