Skip to content

Commit

Permalink
[fix] #26 git url ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Jul 24, 2024
1 parent edc7dc6 commit 209fad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ default_platform(:ios)
platform :ios do
desc "Push a new beta build to TestFlight"
lane :beta do
match(type: "appstore", app_identifier:["com.pokitmons.pokit"], readonly: true)
Dir.chdir("../") do
sh("make release")
end
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Matchfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git_url("https://github.com/stealmh/Pokit_iOS_Private.git")
git_url("git@github.com:/stealmh/Pokit_iOS_Private.git")

storage_mode("git")

Expand Down

0 comments on commit 209fad5

Please sign in to comment.