We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb00b6 commit c5eecb5Copy full SHA for c5eecb5
.github/workflows/master.yml
@@ -64,7 +64,7 @@ jobs:
64
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
65
name: GitHub Release
66
runs-on: macos-15
67
- needs: [swiftpm-macos, cocoapods, carthage]
+ needs: [swiftpm-macos, cocoapods]
68
steps:
69
- name: git checkout
70
uses: actions/checkout@v4
@@ -75,7 +75,7 @@ jobs:
75
76
name: CocoaPods Release
77
78
79
80
81
0 commit comments