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 051b2c4 commit 5a2c63dCopy full SHA for 5a2c63d
fastlane/Fastfile
@@ -5,7 +5,7 @@ platform :ios do
5
before_all do
6
# Perform a fetch before inferring the next version
7
# to reduce race conditions with simultaneous pipelines attempting to create the same tag
8
- sh('git', 'fetch', '--tags')
+ sh('git', 'fetch', '--tags', '-f')
9
sh('git', 'fetch')
10
end
11
desc "Create a pre-release version by pushing a tag to GitHub"
0 commit comments