Skip to content

Commit e215935

Browse files
authored
Add npm publish to the release workflow
We now have continuous deployment of the package to NPM See #358
1 parent 182681a commit e215935

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ jobs:
3939
asset_path: ./sqljs.zip
4040
asset_name: sqljs.zip
4141
asset_content_type: application/zip
42+
- name: publish the package to NPM
43+
run: npm publish
44+
env:
45+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
46+

0 commit comments

Comments
 (0)