We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4aa48 commit 1595af0Copy full SHA for 1595af0
.github/workflows/release-please.yml
@@ -52,18 +52,6 @@ jobs:
52
token: ${{ steps.otelbot-token.outputs.token }}
53
fetch-depth: 0
54
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
-
67
# If releases have been created, then publish to npm.
68
npm-publish:
69
needs: release-please
0 commit comments