Skip to content

Commit

Permalink
Add missing step in the Fastlane script for fetching the tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera Buendía committed Aug 18, 2016
1 parent 32630ba commit 8b822a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ lane :push do
description: changelog,
commitish: "master"
)
sh("git fetch --tags")
push_to_git_remote(remote_branch: 'master', force: false, tags: true)
pod_push(allow_warnings: true, verbose: true)
pod_push(path: podspec, verbose:true, allow_warnings: true, repo: 'carambalabs', sources: ['https://github.com/carambalabs/Specs', 'https://github.com/CocoaPods/Specs'])
Expand Down

0 comments on commit 8b822a1

Please sign in to comment.