From 36bfd44870aa2c16fe41e98f41eb55d069ff0fca Mon Sep 17 00:00:00 2001 From: Thibaut Selingue <7049020+thislg@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:54:17 +0200 Subject: [PATCH] chore(release-please): set target-branch --- .github/workflows/release-please.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 845256b..9850aed 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -17,4 +17,5 @@ jobs: - uses: googleapis/release-please-action@v4 with: release-type: simple + target-branch: v1 token: ${{ secrets.PRIVATE_TOKEN }}