mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
Add Husky to release pipeline (#475)
This commit is contained in:
parent
f484ef37c5
commit
81afc009e6
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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…
Reference in New Issue
Block a user