GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.29k stars 158 forks source link

chore: fix publish npm package workflow #495

Closed anniefu closed 1 year ago

anniefu commented 1 year ago

Per instructions for using the publish service

"We take care in this job to set the registry to the publish service after any npm commands that install dependencies (e.g. npm ci), because the publish service is only meant for publishing. If you try to npm install with the publish service registry, it will fail."