Skip to content

Commit 5487096

Browse files
committed
Now that we're GA don't publish RCs on latest
1 parent 325415e commit 5487096

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

publish.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
cd reactfire/pub/reactfire
22

3-
# TODO once we go 2.0.0 stable, uncomment
4-
# LATEST_TEST="^[^-]*$"
5-
6-
# Publish -rc tags on @latest for now
7-
LATEST_TEST="^[^-]*-rc"
3+
LATEST_TEST="^[^-]*$"
84

95
if test $NPM_TOKEN; then
106

0 commit comments

Comments
 (0)