Skip to content

Commit 8949781

Browse files
committed
chore: use npm ci for publish
1 parent 58ec0ae commit 8949781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build Packages
2828
if: ${{ steps.release.outputs.releases_created }}
2929
run: |
30-
npm install
30+
npm ci
3131
npx lerna bootstrap
3232
3333
# Release Please has already incremented versions and published tags, so we just

0 commit comments

Comments
 (0)