Skip to content

Commit 3fad1c5

Browse files
authored
Disable iOS version update in release workflow
1 parent 901bf57 commit 3fad1c5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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'
@@ -84,4 +84,4 @@ jobs:
8484
commit-message: "version: ${{ steps.release.outputs.resolved_version }}"
8585
branch: "version-bump/${{ steps.release.outputs.resolved_version }}"
8686
labels: |-
87-
version
87+
version

0 commit comments

Comments
 (0)