mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Fix references to old name of npm-shrinkwrap.json. (#8506)
This commit is contained in:
committed by
GitHub
parent
05022434eb
commit
4a982ffd7b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user