Skip to content

Commit

Permalink
fix: remove ununsed variable for gitlab release
Browse files Browse the repository at this point in the history
  • Loading branch information
octera committed Sep 14, 2024
1 parent 6b025dc commit 2b7ddfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ platform :android do
api_bearer: ENV["GITHUB_TOKEN"],
name: ENV['VERSION'],
tag_name: "release/" + ENV['VERSION'],
commitish: "master",
description: (File.read("fastlane/metadata/android/fr-FR/changelogs/default.txt") rescue "No changelog provided"),
upload_assets: lane_context[SharedValues::GRADLE_ALL_APK_OUTPUT_PATHS]
)
Expand Down

0 comments on commit 2b7ddfb

Please sign in to comment.