Skip to content

Commit

Permalink
update release workflow for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Sep 27, 2024
1 parent 927f574 commit 98eb5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/ios/tools/release/Sources/Release.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct Release: AsyncParsableCommand {
var apiToken = ProcessInfo.processInfo.environment["SWIFT_RELEASE_TOKEN"]!

var sourceRepo = Repository(owner: "element-hq", name: "matrix-rich-text-editor")
var packageRepo = Repository(owner: "matrix-org", name: "matrix-rich-text-editor-swift")
var packageRepo = Repository(owner: "element-hq", name: "matrix-rich-text-editor-swift")

var buildDirectory = URL(filePath: #file)
.deletingLastPathComponent() // Release.swift
Expand Down

0 comments on commit 98eb5e5

Please sign in to comment.