We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f30ad5 commit 74715dfCopy full SHA for 74715df
fastlane/Fastfile
@@ -9,7 +9,7 @@ platform :ios do
9
before_all do
10
# Perform a fetch before inferring the next version
11
# to reduce race conditions with simultaneous pipelines attempting to create the same tag
12
- sh('git', 'fetch', '--tags')
+ sh('git', 'fetch', '--tags', '-f')
13
sh('git', 'fetch')
14
sh('git', 'status')
15
end
0 commit comments