This repository was archived by the owner on Sep 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
platforms/ios/tools/release/Sources Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 18
18
jobs :
19
19
ios :
20
20
name : Create Release PR on SwiftPM Repo
21
- runs-on : macos-12
21
+ runs-on : macos-14
22
22
steps :
23
23
- name : 🧮 Checkout code
24
24
uses : actions/checkout@v3
35
35
- name : Install targets
36
36
run : make targets-ios
37
37
38
- - name : Set XCode 14 .2
39
- run : sudo xcode-select -switch /Applications/Xcode_14 .2.app
38
+ - name : Set Xcode 15 .2
39
+ run : sudo xcode-select -switch /Applications/Xcode_15 .2.app
40
40
41
41
- name : Set SwiftPM Repo credentials
42
42
uses : de-vri-es/setup-git-credentials@v2
48
48
uses : dawidd6/action-get-tag@v1
49
49
50
50
- name : Release iOS
51
- run : ./release_ios.sh -t ${{ steps.tag.outputs.tag }}
51
+ working-directory : platforms/ios/tools/release
52
+ run : swift run release --version ${{ steps.tag.outputs.tag }}
53
+ env :
54
+ SWIFT_RELEASE_TOKEN : ${{ secrets.PAT }}
52
55
53
56
android :
54
57
name : Publish to maven
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ struct Release: AsyncParsableCommand {
10
10
11
11
var apiToken = ProcessInfo . processInfo. environment [ " SWIFT_RELEASE_TOKEN " ] !
12
12
13
- var packageRepo = " pixlwave/ rich-text-editor-test "
13
+ var packageRepo = " matrix-org/matrix- rich-text-editor-swift "
14
14
var buildDirectory = URL ( filePath: #file)
15
15
. deletingLastPathComponent ( ) // Release.swift
16
16
. deletingLastPathComponent ( ) // Sources
You can’t perform that action at this time.
0 commit comments