Skip to content

Commit aa1d3b3

Browse files
committed
ci: don't use husky when publishing
1 parent c072d12 commit aa1d3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
registry-url: 'https://registry.npmjs.org'
2828
if: ${{ steps.release.outputs.releases_created }}
2929
- name: Install dependencies
30-
run: npm ci
30+
run: CI=1 npm ci
3131
working-directory: plugin
3232
if: ${{ steps.release.outputs.releases_created }}
3333
- run: npm publish

0 commit comments

Comments
 (0)