We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a0c91 commit dae8ff5Copy full SHA for dae8ff5
1 file changed
.github/workflows/bump-and-release.yml
@@ -103,7 +103,7 @@ jobs:
103
connectors+=("$prefix-${{ inputs.connectors }}.podspec")
104
fi
105
if [ -d "$HOME/.cocoapods/repos/cocoapods-specs" ]; then
106
- bundle exec pod repo remove cocoapods-specs
+ pod repo remove cocoapods-specs
107
108
pod repo add cocoapods-specs \
109
https://x-access-token:${{ secrets.PODS_SPEC_REPO_TOKEN }}@github.com/THEOplayer/cocoapods-specs-repo-staging.git
0 commit comments