From 69190263c0977e6cdec981422a1c1743bac16dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20TR=C3=89BEL=20=28Perso=29?= Date: Mon, 7 Sep 2026 17:27:27 +0200 Subject: [PATCH] fix(ci): fix hotfixes being performed with main as target branch --- .github/workflows/job-release-please-hotfixes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/job-release-please-hotfixes.yml b/.github/workflows/job-release-please-hotfixes.yml index 226e4509b8..c085ddac2a 100644 --- a/.github/workflows/job-release-please-hotfixes.yml +++ b/.github/workflows/job-release-please-hotfixes.yml @@ -77,3 +77,4 @@ jobs: with: config-file: ".github/hotfix-release-please-config.json" manifest-file: ".github/release-please-manifest.json" + target-branch: ${{ github.ref_name }}