From 4b0783e7200a8626c11a2e7e2bcab7c4689ca4bb Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Tue, 22 Sep 2020 14:11:27 -0400 Subject: [PATCH] ci(jenkins): publish to npm now --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }