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 Mar 22, 2024
1 parent 24261d8 commit ee816fa
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 @@ -27,6 +27,6 @@ jobs:
xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 13 Pro'
- name: CocoaPods trunk push
run: pod trunk push
run: pod trunk push --allow-warnings
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 comments on commit ee816fa

Please sign in to comment.