Skip to content

Commit ca1b3c1

Browse files
committed
Enable potential redirects
1 parent 2a89604 commit ca1b3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
PODSPEC_URL="https://cdn.jsdelivr.net/cocoa/Specs/0/6/6/MapboxCoreMaps/${GITHUB_REF_NAME#v}/MapboxCoreMaps.podspec.json"
2222
echo "Checking URL: $PODSPEC_URL"
2323
24-
if curl --silent --fail --head --output /dev/null "$PODSPEC_URL";
24+
if curl --location --silent --fail --head --output /dev/null "$PODSPEC_URL";
2525
then
2626
echo "Spec already exists on trunk"
2727
exit 1

0 commit comments

Comments
 (0)