We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dc8386 + ad16817 commit b17ac03Copy full SHA for b17ac03
.github/workflows/create_release.yml
@@ -25,7 +25,7 @@ jobs:
25
echo -n "::set-output name=next_tag::"
26
npm version --no-git-tag-version ${{ github.event.inputs.versionName }}
27
- name: Create pull request into main
28
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v4
29
with:
30
branch: release/${{ steps.version.outputs.next_tag }}
31
commit-message: "chore: release ${{ steps.version.outputs.next_tag }}"
0 commit comments