From 8430c28bf6f6c627610ce1435ef82eacd2574862 Mon Sep 17 00:00:00 2001 From: farfromrefug Date: Wed, 11 Dec 2024 20:10:42 +0100 Subject: [PATCH] chore: fastlane --- common/fastlane_template/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/common/fastlane_template/Fastfile b/common/fastlane_template/Fastfile index 29e4968..d4bec10 100644 --- a/common/fastlane_template/Fastfile +++ b/common/fastlane_template/Fastfile @@ -286,6 +286,7 @@ lane :build_flavor do |params| # yarn lock might have change we dont want to commit it reset_git_repo( force: true, files: ["yarn.lock", "package.json"]) # we need to pull to be able to push again + Actions.sh("git fetch --tags -f") git_pull # push any change push_to_git_remote(tags:false)