Skip to content

Commit f76e141

Browse files
authored
Merge pull request #476 from VividLemon/patch-1
ci(workflow): runs npm i instead of ci
2 parents c26f9bc + 879ba47 commit f76e141

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)