mirror of
https://github.com/google/earthengine-api.git
synced 2026-02-01 16:00:51 +00:00
release: Publish the NPM release from the correct working directory.
PiperOrigin-RevId: 642344525
This commit is contained in:
parent
7764a8928d
commit
a981935fd1
4
.github/workflows/publish-to-npm.yml
vendored
4
.github/workflows/publish-to-npm.yml
vendored
@ -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}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user