We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b375d commit 9b610efCopy full SHA for 9b610ef
.github/workflows/create_release.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
echo "next_tag=$(npm version --no-git-tag-version ${{ github.event.inputs.versionName }} --preid ${{ github.event.inputs.preid }})" >> $GITHUB_OUTPUT
30
- name: Create pull request into main
31
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
32
with:
33
branch: release/${{ steps.version.outputs.next_tag }}
34
commit-message: 'chore: release ${{ steps.version.outputs.next_tag }}'
0 commit comments