Skip to content

Commit c3bf749

Browse files
committed
Added different npm registry syntax
1 parent fef37e9 commit c3bf749

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/master-deployment.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ jobs:
105105
- run: tar xvf *.tgz package
106106
- run: npx @neo4j/code-signer --verify --app ./package --root-cert neo4j_desktop.cert
107107
- run: rm -rf package
108-
- name: Publish to npm registry
109-
uses: JS-DevTools/npm-publish@v1
110-
with:
111-
token: ${{ secrets.NPM_TOKEN }}
112-
113-
108+
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
109+
- name: Publish package to NPM 📦
110+
run: npm publish --access public neodash*.tgz

0 commit comments

Comments
 (0)