Skip to content

Commit 9b643ea

Browse files
committed
Changed the tag for master branch
Signed-off-by: Jeonghyuk Park <[email protected]>
1 parent f5ffc09 commit 9b643ea

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
@@ -628,7 +628,7 @@ pipeline {
628628
script {
629629
if (BRANCH_NAME == MASTER_BRANCH) {
630630
echo "publishing next to $TEST_NPM_REGISTRY"
631-
sh "npm publish --tag next"
631+
sh "npm publish --tag alpha"
632632
} else if (BRANCH_NAME == DEV_BRANCH) {
633633
echo "publishing next to $TEST_NPM_REGISTRY"
634634
sh "npm publish --tag next"

0 commit comments

Comments
 (0)