From d65aef19626d17077361e9ae5c1d99af77acb078 Mon Sep 17 00:00:00 2001 From: bcoe Date: Tue, 6 Apr 2021 18:35:41 -0700 Subject: [PATCH] build: add default branch --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3471b097..ad2308a3 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,3 +12,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} command: manifest + default-branch: 4.x.x