File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,14 @@ jobs:
6666 versionCode : ${{github.run_number}}
6767 versionName : ${{ steps.release.outputs.resolved_version }}
6868
69- - name : Update IOS Info.plist versions
70- if : env.VERSION_CHANGED == 'true'
71- id : ios-version
72- uses : damienaicheh/update-ios-version-info-plist-action@v1.2.0
73- with :
74- info-plist-path : " ./ios/App/App/Info.plist"
75- bundle-short-version-string : " ${{ steps.release.outputs.resolved_version }}"
76- bundle-version : " ${{ steps.release.outputs.resolved_version }}"
69+ # - name: Update IOS Info.plist versions
70+ # if: env.VERSION_CHANGED == 'true'
71+ # id: ios-version
72+ # uses: damienaicheh/update-ios-version-info-plist-action@v1.2.0
73+ # with:
74+ # info-plist-path: "./ios/App/App/Info.plist"
75+ # bundle-short-version-string: "${{ steps.release.outputs.resolved_version }}"
76+ # bundle-version: "${{ steps.release.outputs.resolved_version }}"
7777
7878 - name : Create Pull Request
7979 if : env.VERSION_CHANGED == 'true'
8484 commit-message : " version: ${{ steps.release.outputs.resolved_version }}"
8585 branch : " version-bump/${{ steps.release.outputs.resolved_version }}"
8686 labels : |-
87- version
87+ version
You can’t perform that action at this time.
0 commit comments