Skip to content

Commit 4056a6d

Browse files
authored
Update ci-cd.yml
1 parent 24b7b5c commit 4056a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Publish to CocoaPods
4646
run: |
4747
# 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
48+
echo -e "$POD_REPO_SECRET" | pod trunk register $POD_REPO 'rotimi.joshua@flutterwavego.com' --name='Rotimi Joshua' --silent
4949
pod trunk push FlutterwaveSDK.podspec --allow-warnings
5050
5151
env:

0 commit comments

Comments
 (0)