mirror of
https://github.com/bitwarden/cli
synced 2025-12-06 04:23:19 +00:00
Add Husky to release pipeline (#475)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user