Skip to content

Commit 7cb72d7

Browse files
committed
fix(release): provide identity for lockfile sync commit
1 parent 4a50f41 commit 7cb72d7

File tree

2 files changed

+148
-0
lines changed

2 files changed

+148
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
registry-url: https://registry.npmjs.org
6464
- name: Sync lockfile
6565
run: |
66+
git config user.email "[email protected]"
67+
git config user.name "swagger-bot"
6668
git pull --rebase origin main
6769
npm install
6870
git add package-lock.json

package-lock.json

Lines changed: 146 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)