From 84bbfd16619a2ed3fe5990530c41147074f967a7 Mon Sep 17 00:00:00 2001 From: shuse2 Date: Thu, 27 Oct 2022 07:46:45 +0200 Subject: [PATCH] Update preid of canary version - Closes #7661 (#7683) ### What was the problem? This PR resolves #7661 ### How was it solved? - Update jenkins job to use `--preid` flag ### How was it tested? - Once this is merged, we need to check the npm.lisk.com --- .jenkins/Jenkinsfile.publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/Jenkinsfile.publish b/.jenkins/Jenkinsfile.publish index 554e52bb46c..c72dd0e3914 100644 --- a/.jenkins/Jenkinsfile.publish +++ b/.jenkins/Jenkinsfile.publish @@ -48,7 +48,7 @@ pipeline { } nvm(getNodejsVersion()) { sh ''' - npx lerna publish --canary --registry https://npm.lisk.com --yes + npx lerna publish --canary --preid canary --registry https://npm.lisk.com --yes ''' } }