Skip to content

Commit

Permalink
Fix checkPrerequisite (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskibear authored and testforstephen committed Aug 26, 2019
1 parent 4ecdda4 commit 80d480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publishMaven.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function isReleased(configs) {
}

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

0 comments on commit 80d480a

Please sign in to comment.