File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
33
33
- name : Create release PR
34
34
uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # 7.0.8
35
35
with :
36
- title : " Release v ${{ steps.bump-version.outputs.NEW_VERSION }}"
36
+ title : " Release ${{ steps.bump-version.outputs.NEW_VERSION }}"
37
37
token : ${{ steps.app-token.outputs.token }}
38
- commit-message : " Bump version to v ${{ steps.bump-version.outputs.NEW_VERSION }}"
38
+ commit-message : " Bump version to ${{ steps.bump-version.outputs.NEW_VERSION }}"
39
39
body : |
40
- This PR bumps the package version to v ${{ steps.bump-version.outputs.NEW_VERSION }}.
40
+ This PR bumps the package version to ${{ steps.bump-version.outputs.NEW_VERSION }}.
41
41
Once merged, the new version will be published to npm.
42
42
base : main
43
- branch : release/v ${{ steps.bump-version.outputs.NEW_VERSION }}
43
+ branch : release/${{ steps.bump-version.outputs.NEW_VERSION }}
44
44
author : " ${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
45
45
committer : " ${{ steps.app-token.outputs.app-slug}}[bot] <${{ steps.app-token.outputs.app-email }}>"
You can’t perform that action at this time.
0 commit comments