Skip to content

Commit

Permalink
fix: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-from-contentstack committed May 17, 2024
1 parent 9e739b4 commit 5e70a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
run: |
# Add commands to build and test your package
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 13 Pro'
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 15'
- name: CocoaPods trunk push
run: pod trunk push --allow-warnings
Expand Down

0 comments on commit 5e70a5f

Please sign in to comment.