Skip to content

Commit 88561a1

Browse files
committed
fix npm tag
1 parent 8c886da commit 88561a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ if [[ $GITHUB_REF =~ $TAG_TEST ]]; then
77
if [[ $OVERRIDE_VERSION =~ $LATEST_TEST ]]; then
88
NPM_TAG=latest
99
else
10-
# TODO when we hit 3.0.0 move back to next
11-
NPM_TAG=latest
10+
NPM_TAG=next
1211
fi;
1312
else
1413
OVERRIDE_VERSION=$(node -e "console.log(require('./package.json').version)")-exp.$SHORT_SHA

0 commit comments

Comments
 (0)