Skip to content

Commit 854ca12

Browse files
authored
chore: Rename versions file (#6330)
1 parent 2ca8f2e commit 854ca12

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/api-stability.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ jobs:
4646

4747
- name: Generate HEAD SDK
4848
run: |
49-
mv sdk_api_V9.json sdk_api_base.json
50-
./scripts/update-api.sh V9
51-
mv sdk_api_V9.json sdk_api.json
49+
mv sdk_api.json sdk_api_base.json
50+
./scripts/update-api.sh
5251
5352
- name: Diagnose breaking changes
5453
run: |

scripts/update-api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ done
2424

2525
xcrun --sdk iphoneos swift-api-digester \
2626
-dump-sdk \
27-
-o sdk_api_v9.json \
27+
-o sdk_api.json \
2828
-abort-on-module-fail \
2929
-avoid-tool-args \
3030
-avoid-location \
File renamed without changes.

0 commit comments

Comments
 (0)