Skip to content

Commit 74715df

Browse files
authored
chore: updating fastlane script to forcefully fetch tags from remote (#2534)
1 parent 1f30ad5 commit 74715df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platform :ios do
99
before_all do
1010
# Perform a fetch before inferring the next version
1111
# to reduce race conditions with simultaneous pipelines attempting to create the same tag
12-
sh('git', 'fetch', '--tags')
12+
sh('git', 'fetch', '--tags', '-f')
1313
sh('git', 'fetch')
1414
sh('git', 'status')
1515
end

0 commit comments

Comments
 (0)