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 724e972 commit 9f935eaCopy full SHA for 9f935ea
tools/build.sh
@@ -5,7 +5,7 @@ yarn
5
if test $TAG_NAME; then
6
export VERSION=$TAG_NAME
7
else
8
- export VERSION=$(npm version | head -n 1 | sed "s/^.*: '\([^']*\).*/\1/")-canary.$SHORT_SHA
+ export VERSION=$(npm version | sed -n "s/. '@angular\/fire': '\(.*\)',/\1/p")-canary.$SHORT_SHA
9
fi
10
11
echo $VERSION &&
0 commit comments