Skip to content

Commit 4b873fa

Browse files
More typo
1 parent b54320e commit 4b873fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ pipeline {
605605
if (BRANCH_NAME == MASTER_BRANCH) {
606606
echo "publishing next to $TEST_NPM_REGISTRY"
607607
sh "npm publish --tag next"
608-
else {
608+
} else {
609609
echo "publishing latest to $TEST_NPM_REGISTRY"
610610
sh "npm publish --tag latest"
611611
}

0 commit comments

Comments
 (0)