File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4646 bundle-short-version-string : " ${{ steps.release.outputs.tag_name }}"
4747 bundle-version : " ${{ steps.release.outputs.tag_name }}"
4848
49- - name : Commit Changes
50- uses : stefanzweifel/git-auto-commit-action@v6
49+ - name : Create Pull Request
50+ uses : peter-evans/create-pull-request@v7
5151 with :
52- commit_message : " chore(version): bump to ${{ steps.release.outputs.tag_name }}"
53- file_pattern : " package.json ios/App/App/Info.plist"
52+ title : " App Version ${{ steps.release.outputs.tag_name }}"
53+ body : " Update Version to ${{ steps.release.outputs.tag_name }}"
54+ commit-message : " version: ${{ steps.release.outputs.tag_name }}"
55+ branch : " version-bump/${{ steps.release.outputs.tag_name }}"
56+ labels : |-
57+ version
You can’t perform that action at this time.
0 commit comments