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