mirror of
https://github.com/tooot-app/app
synced 2025-01-04 21:47:40 +01:00
Fix fastlane
Patch update do not need to build native apps
This commit is contained in:
parent
a023ad58f1
commit
8f2b72c303
@ -197,7 +197,7 @@ private_lane :build_android do
|
|||||||
end
|
end
|
||||||
|
|
||||||
lane :build do
|
lane :build do
|
||||||
releaseExists = get_github_release(url: GITHUB_REPO, version: GITHUB_RELEASE, api_token: ENV['GH_PAT_GET_RELEASE'])
|
releaseExists = get_github_release(url: GITHUB_REPO, version: "v#{VERSION}", api_token: ENV['GH_PAT_GET_RELEASE'])
|
||||||
if releaseExists
|
if releaseExists
|
||||||
puts("Release #{GITHUB_RELEASE} exists. Continue with building React Native only.")
|
puts("Release #{GITHUB_RELEASE} exists. Continue with building React Native only.")
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user