Skip to content

Commit

Permalink
synteax
Browse files Browse the repository at this point in the history
  • Loading branch information
victorrabelozup committed Oct 23, 2020
1 parent d8ff9f4 commit 6e6fde2
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 @@ -159,7 +159,7 @@ lane :deploy do
tagHashe = sh "git show-ref -s #{tagName}"
puts tagHashe
puts ENV["teste"]
sh "git checkout tags/#{{ tagName }} -b testedoido2"
sh "git checkout tags/#{tagName} -b testedoido2"

ENV["VERSION_DEPLOY"] = versionNumber

Expand Down

0 comments on commit 6e6fde2

Please sign in to comment.