mirror of
https://github.com/tooot-app/app
synced 2024-12-22 07:34:06 +01:00
Forgot a comma
This commit is contained in:
parent
e14d679f33
commit
d490cae955
@ -56,7 +56,7 @@ private_lane :github_release do |options|
|
|||||||
tag_name: GITHUB_RELEASE,
|
tag_name: GITHUB_RELEASE,
|
||||||
description: "No changelog provided",
|
description: "No changelog provided",
|
||||||
commitish: git_branch,
|
commitish: git_branch,
|
||||||
is_prerelease: options[:prerelease]
|
is_prerelease: options[:prerelease],
|
||||||
upload_assets: ["#{File.expand_path('..', Dir.pwd)}/tooot-#{GITHUB_RELEASE}.apk"]
|
upload_assets: ["#{File.expand_path('..', Dir.pwd)}/tooot-#{GITHUB_RELEASE}.apk"]
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user