Skip to content

Commit 25330f7

Browse files
committed
update version via PR
1 parent 6522358 commit 25330f7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ jobs:
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

0 commit comments

Comments
 (0)