release: Publish the NPM release from the correct working directory.

PiperOrigin-RevId: 642344525
This commit is contained in:
Nate Schmitz 2024-06-11 11:58:45 -07:00 committed by Google Earth Engine Authors
parent 7764a8928d
commit a981935fd1

View File

@ -16,7 +16,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: |
cd javascript/
npm ci
- run: npm publish
npm i
npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_API_TOKEN}}