Skip to content

Commit 5c2807d

Browse files
committed
chore: remove carthage setup from release
1 parent b99db4d commit 5c2807d

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
env:
2929
SWIFT_DOC_VERSION: '1.0.0-rc.1'
3030
steps:
31-
3231
- name: Checkout
3332
uses: actions/checkout@v2
3433

@@ -39,36 +38,7 @@ jobs:
3938
- name: Set up Node
4039
uses: actions/setup-node@v4
4140
with:
42-
node-version: '20'
43-
44-
- name: Carthage Bootstrap
45-
run: carthage bootstrap --use-xcframeworks
46-
47-
# - name: iOS Tests
48-
# run: |
49-
# xcodebuild test \
50-
# -project Experiment.xcodeproj \
51-
# -scheme Experiment \
52-
# -sdk iphonesimulator \
53-
# -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.1'
54-
#
55-
# - name: macOS Tests
56-
# run: |
57-
# xcodebuild \
58-
# -project Experiment.xcodeproj \
59-
# -scheme Experiment \
60-
# -sdk macosx \
61-
# -destination 'platform=macosx' \
62-
# test
63-
#
64-
# - name: tvOS Tests
65-
# run: |
66-
# xcodebuild \
67-
# -project Experiment.xcodeproj \
68-
# -scheme Experiment \
69-
# -sdk appletvsimulator \
70-
# -destination 'platform=tvOS Simulator,name=Apple TV' \
71-
# test
41+
node-version: "20"
7242

7343
- name: Validate Podfile
7444
run: pod lib lint --allow-warnings --verbose
@@ -110,4 +80,3 @@ jobs:
11080
-p @google/semantic-release-replace-plugin \
11181
-p @semantic-release/exec \
11282
semantic-release
113-

0 commit comments

Comments
 (0)