We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef37e9 commit c3bf749Copy full SHA for c3bf749
.github/workflows/master-deployment.yml
@@ -105,9 +105,6 @@ jobs:
105
- run: tar xvf *.tgz package
106
- run: npx @neo4j/code-signer --verify --app ./package --root-cert neo4j_desktop.cert
107
- 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
+ - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
+ - name: Publish package to NPM 📦
+ run: npm publish --access public neodash*.tgz
0 commit comments