Skip to content

Commit

Permalink
fix npm tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuleatt committed Aug 19, 2021
1 parent 8c886da commit 88561a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ if [[ $GITHUB_REF =~ $TAG_TEST ]]; then
if [[ $OVERRIDE_VERSION =~ $LATEST_TEST ]]; then
NPM_TAG=latest
else
# TODO when we hit 3.0.0 move back to next
NPM_TAG=latest
NPM_TAG=next
fi;
else
OVERRIDE_VERSION=$(node -e "console.log(require('./package.json').version)")-exp.$SHORT_SHA
Expand Down

0 comments on commit 88561a1

Please sign in to comment.