Skip to content

Commit 4d33a8a

Browse files
committed
fix(release): pull changes before syncing lockfile
1 parent 73f62e8 commit 4d33a8a

File tree

2 files changed

+147
-0
lines changed

2 files changed

+147
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
registry-url: https://registry.npmjs.org
6464
- name: Sync lockfile
6565
run: |
66+
git pull --rebase origin main
6667
npm install
6768
git add package-lock.json
6869
git diff --quiet || git commit -m "chore: sync lockfile"

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)