Skip to content

Commit

Permalink
ci(jenkins): publish to npm now
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Sep 22, 2020
1 parent 67bacaa commit 4b0783e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 4b0783e

Please sign in to comment.