Skip to content

Commit 879ba47

Browse files
authored
ci(workflow): runs npm i instead of ci
Bot was failing to use npm ci due to docs repo inside.
1 parent c26f9bc commit 879ba47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 12
2525
registry-url: 'https://registry.npmjs.org'
2626
if: ${{ steps.release.outputs.release_created }}
27-
- run: npm ci
27+
- run: npm install
2828
if: ${{ steps.release.outputs.release_created }}
2929
- run: npm publish
3030
env:

0 commit comments

Comments
 (0)