diff --git a/Jenkinsfile b/Jenkinsfile index 9d769af6..97c4139e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { sh 'yarn' sh 'yarn build' sh 'npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/' - sh 'npm config set -- "//git.vdb.to/api/packages/cerc-io/npm/:_authToken" "${ GITEA_PUBLISH_TOKEN }"' + sh 'npm config set -- "//git.vdb.to/api/packages/cerc-io/npm/:_authToken" "${ GITEA_JENKINS_PUBLISH }"' sh 'lerna publish from-package --no-git-tag-version --yes' } }