From b30b9b2557583b52aefe791ca57dc140ab71b65c Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 13 May 2024 12:19:26 -0700 Subject: [PATCH] build: use a -legacy suffix for the fork name from this repository --- .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 003f1d3..df3f9e7 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -58,7 +58,7 @@ jobs: labels: automated pr branch: create-pull-request/build-dist delete-branch: true - push-to-fork: google-github-actions-bot/${{env.ACTION_NAME}} + push-to-fork: google-github-actions-bot/${{env.ACTION_NAME}}-legacy release-please-release: runs-on: ubuntu-latest needs: [build]