From bcab2a6d8c3f643f9af2c53a72379bc28feb0372 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Tue, 12 Jul 2022 17:24:34 +0200 Subject: [PATCH] ci(crypto-nodejs): setting base branch --- .github/workflows/prep-crypto-nodejs-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prep-crypto-nodejs-release.yml b/.github/workflows/prep-crypto-nodejs-release.yml index d9354ecaa..3bed3c853 100644 --- a/.github/workflows/prep-crypto-nodejs-release.yml +++ b/.github/workflows/prep-crypto-nodejs-release.yml @@ -103,6 +103,7 @@ jobs: uses: peter-evans/create-pull-request@v4 with: branch: "gh-action/release-${{ env.TAG_PREFIX }}${{ inputs.version }}" + base: "main" title: "Preparing Release ${{ env.TAG_PREFIX }}${{ inputs.version }}" body: | Automatic Pull-Request to merge release ${{ env.TAG_PREFIX }}${{ inputs.version }} back into main