Skip to content

Commit

Permalink
Attempt to fix build tagging mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBennet committed Jan 5, 2021
1 parent 2ad0b9f commit 4ffa48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ platform :ios do

desc "Creates and pushes a tag like 'build/1583'"
lane :tag_build do
build_tag = "build/" + get_build_number.to_s
build_tag = "build/" + number_of_commits.to_s
add_git_tag(
tag: build_tag
)
Expand Down

0 comments on commit 4ffa48e

Please sign in to comment.