Skip to content

Commit b54320e

Browse files
Fix typo
1 parent 5f7e2a1 commit b54320e

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-
b else {
608+
else {
609609
echo "publishing latest to $TEST_NPM_REGISTRY"
610610
sh "npm publish --tag latest"
611611
}

0 commit comments

Comments
 (0)