Skip to content

Commit dae8ff5

Browse files
committed
rm bundle exec
1 parent c0a0c91 commit dae8ff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
connectors+=("$prefix-${{ inputs.connectors }}.podspec")
104104
fi
105105
if [ -d "$HOME/.cocoapods/repos/cocoapods-specs" ]; then
106-
bundle exec pod repo remove cocoapods-specs
106+
pod repo remove cocoapods-specs
107107
fi
108108
pod repo add cocoapods-specs \
109109
https://x-access-token:${{ secrets.PODS_SPEC_REPO_TOKEN }}@github.com/THEOplayer/cocoapods-specs-repo-staging.git

0 commit comments

Comments
 (0)