mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-26 17:29:12 +01:00
Prevent npm release without token
This commit is contained in:
@@ -217,9 +217,9 @@ task publish(type: YarnTask) {
|
||||
if (project.hasProperty('npmEmail')) {
|
||||
yarnrc.append "email ${project.property('npmEmail')}\n"
|
||||
}
|
||||
args = ['run', 'deploy', project.version]
|
||||
}
|
||||
}
|
||||
args = ['run', 'deploy', project.version]
|
||||
finalizedBy 'cleanUpAfterPublishing'
|
||||
dependsOn 'yarn_install'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user