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 cdc0f5c commit ab53ea2Copy full SHA for ab53ea2
.github/workflows/release-please.yml
@@ -60,7 +60,8 @@ jobs:
60
run: |
61
git config user.name otelbot
62
git config user.email [email protected]
63
- git rebase main -x "git commit --amend --reset-author --no-edit"
+ git fetch origin main:refs/remotes/origin/main
64
+ git rebase origin/main -x "git commit --amend --reset-author --no-edit"
65
npm install --ignore-scripts --package-lock-only
66
git add package-lock.json
67
git commit -m "chore: sync package-lock.json 'dependencies' key"
0 commit comments