We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854b2d2 commit 1fce6b9Copy full SHA for 1fce6b9
publish.sh
@@ -17,7 +17,7 @@ if test $NPM_TOKEN; then
17
if test $TAG_NAME; then
18
npm version $(echo $TAG_NAME | sed 's/^v\(.*\)$/\1/')
19
20
- if [[ $TAG_NAME =~ $LATEST_TEST]]; then
+ if [[ $TAG_NAME =~ $LATEST_TEST ]]; then
21
NPM_TAG=latest
22
else
23
NPM_TAG=next
@@ -26,7 +26,7 @@ if test $NPM_TOKEN; then
26
npm publish . --tag $NPM_TAG
27
ret=$?
28
29
- npm version $(npm version | sed -n "s/^ reactfire: '\(.*\)',/\1/p")-canary.$SHORT_SHA
+ npm version $(npm version | sed -n "s/. reactfire: '\(.*\)',/\1/p")-canary.$SHORT_SHA
30
npm publish . --tag canary
31
32
fi
0 commit comments