Skip to content

Commit

Permalink
Use full release name when creating GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 11, 2024
1 parent 98e9ccc commit 3b01a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lanes/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
trigger_buildkite_release_build(branch: branch_to_build, beta: false)
end

lane :create_release_on_github do |version: release_version_current, beta: true, apk_path: GRADLE_APK_OUTPUT_PATH.to_s|
lane :create_release_on_github do |version: VERSION_FILE.read_version_name, beta: true, apk_path: GRADLE_APK_OUTPUT_PATH.to_s|
create_github_release(
repository: GITHUB_REPO,
version: version,
Expand Down

0 comments on commit 3b01a75

Please sign in to comment.