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 3907c0c commit c35acacCopy full SHA for c35acac
.github/scripts/publish_package.sh
@@ -20,4 +20,4 @@ set -u
20
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
+npm publish ./dist/firebase-admin-${UNPREFIXED_VERSION}.tgz --registry https://wombat-dressing-room.appspot.com
0 commit comments