We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8580959 commit 163463aCopy full SHA for 163463a
.github/scripts/publish_package.sh
@@ -17,7 +17,7 @@
17
set -e
18
set -u
19
20
-echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_AUTH_TOKEN}" >> ~/.npmrc
+echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_AUTH_TOKEN}" >> .npmrc
21
22
readonly UNPREFIXED_VERSION=`echo ${VERSION} | cut -c 2-`
23
npm publish dist/firebase-admin-${UNPREFIXED_VERSION}.tgz --registry https://wombat-dressing-room.appspot.com
0 commit comments