Skip to content

Commit

Permalink
fix: npm publish with husky 7
Browse files Browse the repository at this point in the history
  • Loading branch information
domeq committed Aug 12, 2021
1 parent 122c12f commit 63d80f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -13,6 +13,8 @@ jobs:
node-version: '14'
check-latest: true
registry-url: 'https://registry.npmjs.org'
- run: npm ci --quiet
- run: npm publish --access public
env:
HUSKY: 0
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 63d80f3

Please sign in to comment.