Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Oct 4, 2021
1 parent b023a96 commit 87137ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/smooth_app/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ platform :ios do
lane :setVersion do
begin

new_version_name = '0.0.1'
# new_version_name = get_version_number_from_git_branch(pattern: 'release/#')
#new_version_name = '0.0.1'
new_version_name = get_version_number_from_git_branch(pattern: 'release/#')
puts new_version_name.to_s


Expand Down

0 comments on commit 87137ba

Please sign in to comment.