Skip to content

Commit b8ee0e4

Browse files
Merge pull request #72 from contentstack/fix/release-workflow
fix release workflow
2 parents 97781fb + 5630ec1 commit b8ee0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build
2525
run: |
2626
# Add commands to build and test your package
27-
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 15'
27+
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 16'
2828
2929
- name: CocoaPods trunk push
3030
run: pod trunk push --allow-warnings

0 commit comments

Comments
 (0)