Fix references to old name of npm-shrinkwrap.json. (#8506)

This commit is contained in:
Tommaso Sciortino
2025-09-15 14:35:17 -07:00
committed by GitHub
parent 05022434eb
commit 4a982ffd7b
3 changed files with 3 additions and 5 deletions

View File

@@ -119,7 +119,7 @@ jobs:
IS_DRY_RUN: '${{ steps.vars.outputs.is_dry_run }}'
RELEASE_TAG: '${{ steps.version.outputs.RELEASE_TAG }}'
run: |-
git add package.json package-lock.json packages/*/package.json
git add package.json npm-shrinkwrap.json packages/*/package.json
git commit -m "chore(release): ${RELEASE_TAG}"
if [[ "${IS_DRY_RUN}" == "false" ]]; then
echo "Pushing release branch to remote..."