Skip to content

Commit

Permalink
Merge pull request #2938 from nirs/ci-release
Browse files Browse the repository at this point in the history
ci: Unbreak release workflow
  • Loading branch information
jandubois authored Nov 22, 2024
2 parents e5a4ddd + ca95b50 commit ab21b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Xcode version
xcodebuild -version
# macOS SDK version
xcrun --show-sdk-version
xcrun --show-sdk-version || true
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 1
Expand Down

0 comments on commit ab21b1f

Please sign in to comment.