Skip to content

Commit abb57be

Browse files
alloyHazAT
authored andcommitted
fix: podspec Fix tag name, which in reality is prefixed with v
1 parent 3f6ddf2 commit abb57be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SentryReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.summary = 'Official Sentry SDK for react-native'
1111
s.author = 'Sentry'
1212
s.homepage = "https://github.com/getsentry/react-native-sentry"
13-
s.source = { :git => 'https://github.com/getsentry/react-native-sentry.git', :tag => "#{s.version}"}
13+
s.source = { :git => 'https://github.com/getsentry/react-native-sentry.git', :tag => "v#{s.version}"}
1414

1515
s.ios.deployment_target = "8.0"
1616
s.tvos.deployment_target = "9.0"

0 commit comments

Comments
 (0)