diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c6b2e58f..6ac2736e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,6 +110,7 @@ jobs: - name: Cherry-pick release commit if: ${{ inputs.release_type == 'patch' }} run: | + git fetch origin main git checkout main git cherry-pick -x v${{ steps.bump.outputs.version }} git push origin main