Skip to content

Commit

Permalink
chore: fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 11, 2024
1 parent 06e0ca5 commit 8430c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/fastlane_template/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8430c28

Please sign in to comment.