diff --git a/Jenkinsfile b/Jenkinsfile index 65513d34..6602d01a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,5 +6,5 @@ buildModule { sdkVersion = '9.3.0.v20200921132222' // use an sdk w/ xcframework support iosLabels = 'osx && xcode-12 && appium' // need carthage which we install on appium nodes... npmPublish = isMaster // By default it'll do github release on master anyways too - npmPublishArgs = '--access public --dry-run' + npmPublishArgs = '--access public' }