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

@@ -64,7 +64,7 @@ runs:
DRY_RUN: '${{ inputs.dry-run }}'
RELEASE_TAG: '${{ inputs.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 [[ "${DRY_RUN}" == "false" ]]; then
echo "Pushing release branch to remote..."