ci(crypto-nodejs): setting base branch

This commit is contained in:
Benjamin Kampmann
2022-07-12 17:24:34 +02:00
parent 703b3a3561
commit bcab2a6d8c

View File

@@ -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