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 ef3f8f2 commit c9c8bf7Copy full SHA for c9c8bf7
.github/workflows/release.yml
@@ -39,7 +39,8 @@ jobs:
39
asset_name: sqljs.zip
40
asset_content_type: application/zip
41
- name: publish the package to NPM
42
- run: npm publish
+ run: |
43
+ npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
44
+ npm publish
45
env:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
-
46
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
.npmrc
0 commit comments