Skip to content

Commit ab21b1f

Browse files
authored
Merge pull request #2938 from nirs/ci-release
ci: Unbreak release workflow
2 parents e5a4ddd + ca95b50 commit ab21b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# Xcode version
3434
xcodebuild -version
3535
# macOS SDK version
36-
xcrun --show-sdk-version
36+
xcrun --show-sdk-version || true
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
with:
3939
fetch-depth: 1

0 commit comments

Comments
 (0)