Skip to content

Commit 00eb5c5

Browse files
committed
use @graphhopper; release 8.0.0
1 parent dd16604 commit 00eb5c5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/push-package.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
node-version: 20
1212
- run: npm install
1313
- run: export GHKEY=${{ secrets.GHKEY }}; npm test
14-
- uses: JS-DevTools/npm-publish@v3
15-
with:
16-
token: ${{ secrets.NPM_TOKEN }}
14+
- name: Publish
15+
run: |
16+
npm run build
17+
npm publish --access public
18+
env:
19+
NODE_AUTH_TOKEN: ${{ secrets.NPM_JS_ORG_ACCESS_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "graphhopper-js-api-client",
2+
"name": "@graphhopper/graphhopper-js-api-client",
33
"version": "7.6.5",
44
"description": "A Javascript Client for the GraphHopper Directions API",
55
"author": "GraphHopper Community",

0 commit comments

Comments
 (0)