Skip to content

Commit

Permalink
Merge pull request #201 from pplancq/bugfix/publishAction
Browse files Browse the repository at this point in the history
ci(publish): fix disable husky
  • Loading branch information
bencompton authored Mar 25, 2024
2 parents 7307a45 + 8eb2284 commit c7d1ccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master

env:
HUSKY: 0

jobs:
npm-publish:
name: Npm Publish
Expand All @@ -31,4 +34,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.JEST_CUCUMBER_NPM_TOKEN }}
HUSKY: 0

0 comments on commit c7d1ccb

Please sign in to comment.