Skip to content

Commit 80d480a

Browse files
Eskibeartestforstephen
authored andcommitted
Fix checkPrerequisite (#294)
1 parent 4ecdda4 commit 80d480a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publishMaven.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function isReleased(configs) {
123123
}
124124

125125
function checkPrerequisite(configs) {
126-
const props = ["releaseVersion", "artifactFolder", "NEXUS_OSSRHUSER", "NEXUS_OSSRHPASS", "NEXUS_STAGINGPROFILEID", "GPGPASS" ];
126+
const props = ["releaseVersion", "artifactFolder", "nexus_ossrhuser", "nexus_ossrhpass", "nexus_stagingProfileId", "gpgpass" ];
127127
for (const prop of props) {
128128
if (!configs[prop]) {
129129
console.error(`${prop} is not set.`);

0 commit comments

Comments
 (0)