Skip to content

Commit

Permalink
chore: set default npm tag back to latest
Browse files Browse the repository at this point in the history
Now that we're past release candidate, all our releases will be latest until we get to 3.0-rc
  • Loading branch information
Alex Eagle committed Jul 24, 2020
1 parent 523dd96 commit 298cde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -u -e -o pipefail
# $ npm login --registry https://wombat-dressing-room.appspot.com

readonly NPM_COMMAND=${1:-publish}
readonly NPM_TAG=${2:-next}
readonly NPM_TAG=${2:-latest}
readonly BAZEL_BIN=./node_modules/.bin/bazel

# Use a new output_base so we get a clean build
Expand Down

0 comments on commit 298cde4

Please sign in to comment.