Browse Source

Add Husky to release pipeline (#475)

pull/477/head
Joseph Flinn 4 years ago committed by GitHub
parent
commit
81afc009e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/release.yml

3
.github/workflows/release.yml

@ -191,5 +191,8 @@ jobs: @@ -191,5 +191,8 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install Husky
run: npm install -g husky
- name: Publish NPM
run: npm publish --access public

Loading…
Cancel
Save