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 2a89604 commit ca1b3c1Copy full SHA for ca1b3c1
.github/workflows/deploy_cocoapods.yml
@@ -21,7 +21,7 @@ jobs:
21
PODSPEC_URL="https://cdn.jsdelivr.net/cocoa/Specs/0/6/6/MapboxCoreMaps/${GITHUB_REF_NAME#v}/MapboxCoreMaps.podspec.json"
22
echo "Checking URL: $PODSPEC_URL"
23
24
- if curl --silent --fail --head --output /dev/null "$PODSPEC_URL";
+ if curl --location --silent --fail --head --output /dev/null "$PODSPEC_URL";
25
then
26
echo "Spec already exists on trunk"
27
exit 1
0 commit comments