We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b7b5c commit 4056a6dCopy full SHA for 4056a6d
.github/workflows/ci-cd.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Publish to CocoaPods
46
run: |
47
# Authenticate with CocoaPods repo using environment variables
48
- echo -e "$POD_REPO_SECRET" | pod trunk register $POD_REPO 'your-email@example.com' --name='Your Name' --silent
+ echo -e "$POD_REPO_SECRET" | pod trunk register $POD_REPO 'rotimi.joshua@flutterwavego.com' --name='Rotimi Joshua' --silent
49
pod trunk push FlutterwaveSDK.podspec --allow-warnings
50
51
env:
0 commit comments