Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnepsnai committed Feb 8, 2025
1 parent 56c895d commit f21411e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
fi
echo "Getting latest openssl release..."
gh api /repos/tls-inspector/openssl-ios/releases/latest --jq '.name'
LATEST_OPENSSL_IOS_RELEASE=$(gh api /repos/tls-inspector/openssl-ios/releases/latest --jq '.name')
if [ -z "$LATEST_OFFICIAL_OPENSSL_RELEASE" ]; then
echo "::error ::Unable to determine latest openssl version, aborting run"
Expand Down

0 comments on commit f21411e

Please sign in to comment.