Skip to content

Commit 9a26fbe

Browse files
authored
chore(release): skip git tag on npm version (#2627)
1 parent 120c854 commit 9a26fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/fire",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "The official library of Firebase and Angular.",
55
"private": true,
66
"scripts": {

tools/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ else
77
fi
88

99
echo $VERSION &&
10-
npm version $VERSION --allow-same-version &&
10+
npm --no-git-tag-version -f version $VERSION --allow-same-version &&
1111
yarn build

0 commit comments

Comments
 (0)