Skip to content

Commit c9c8bf7

Browse files
committed
fix CI
1 parent ef3f8f2 commit c9c8bf7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
asset_name: sqljs.zip
4040
asset_content_type: application/zip
4141
- name: publish the package to NPM
42-
run: npm publish
42+
run: |
43+
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
44+
npm publish
4345
env:
44-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
45-
46+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.npmrc

-1
This file was deleted.

0 commit comments

Comments
 (0)