Skip to content

Commit

Permalink
removed short hash
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Aug 9, 2024
1 parent 3d1fdcd commit c0db4d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/fastlane/helpers/version_helper.rb
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@

# Replace '/' with '-' to avoid issues with unsupported characters in version name
branch_name = branch_name.gsub('/', '-')
commit_hash_short = github.push_commit_hash[0...7]
timestamp = current_time.strftime("%Y%m%d.%H%M%S")

sdk_version_name = "#{timestamp}.0-#{branch_name}"

0 comments on commit c0db4d5

Please sign in to comment.