Skip to content

Commit c35acac

Browse files
authored
[chore] Release 8.10.0 (take 2) (#812)
1 parent 3907c0c commit c35acac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/publish_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ set -u
2020
echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_AUTH_TOKEN}" >> .npmrc
2121

2222
readonly UNPREFIXED_VERSION=`echo ${VERSION} | cut -c 2-`
23-
npm publish dist/firebase-admin-${UNPREFIXED_VERSION}.tgz --registry https://wombat-dressing-room.appspot.com
23+
npm publish ./dist/firebase-admin-${UNPREFIXED_VERSION}.tgz --registry https://wombat-dressing-room.appspot.com

0 commit comments

Comments
 (0)