From b210191d863fc226ff81b8a50eaaae7b90f5d548 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 6 Sep 2024 18:42:35 +0100 Subject: [PATCH] chore: fix release-please branch name --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index b4771f5..c0f9d81 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -1,7 +1,7 @@ on: push: branches: - - master + - main permissions: contents: write