Skip to content

Commit 1595af0

Browse files
authored
chore(release-please): drop unneeded package-lock sync as part of the release PR (#3147)
1 parent fe4aa48 commit 1595af0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ jobs:
5252
token: ${{ steps.otelbot-token.outputs.token }}
5353
fetch-depth: 0
5454

55-
# If we've created/updated a PR:
56-
# Sync the legacy "dependencies" key in package-lock.json.
57-
- name: Update package-lock.json in PR
58-
if: ${{ steps.release.outputs.pr }}
59-
run: |
60-
git config user.name otelbot
61-
git config user.email [email protected]
62-
npm install --ignore-scripts --package-lock-only
63-
git add package-lock.json
64-
git commit -m "chore: sync package-lock.json 'dependencies' key"
65-
git push
66-
6755
# If releases have been created, then publish to npm.
6856
npm-publish:
6957
needs: release-please

0 commit comments

Comments
 (0)