Skip to content

Commit 2837cfb

Browse files
chore(ci): update source to look for tag with leading v as created by release please (#82)
1 parent 75a0366 commit 2837cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlagsmithClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.homepage = 'https://github.com/Flagsmith/flagsmith-ios-client'
1414
s.license = { :type => 'MIT', :file => 'LICENSE' }
1515
s.author = { 'Kyle Johnson' => '[email protected]' }
16-
s.source = { :git => 'https://github.com/Flagsmith/flagsmith-ios-client.git', :tag => s.version.to_s }
16+
s.source = { :git => 'https://github.com/Flagsmith/flagsmith-ios-client.git', :tag => "v#{s.version}" }
1717
s.social_media_url = 'https://twitter.com/getflagsmith'
1818
s.resource_bundles = {
1919
'Flagsmith_Privacy' => ['FlagsmithClient/Classes/PrivacyInfo.xcprivacy'],

0 commit comments

Comments
 (0)