Skip to content

Commit

Permalink
Add npm publish to the release workflow
Browse files Browse the repository at this point in the history
We now have continuous deployment of the package to NPM

See sql-js#358
  • Loading branch information
lovasoa authored Mar 3, 2020
1 parent 182681a commit e215935
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ jobs:
asset_path: ./sqljs.zip
asset_name: sqljs.zip
asset_content_type: application/zip
- name: publish the package to NPM
run: npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e215935

Please sign in to comment.