Skip to content

Commit 1b495cd

Browse files
authored
ci: fix concurrent version bumps (#94)
1 parent b5757eb commit 1b495cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ jobs:
140140
steps:
141141
- uses: actions/checkout@v4
142142
with: { fetch-depth: 0 }
143+
- name: Pull latest changes from main
144+
run: git pull --rebase origin main
143145
- name: Setup pnpm
144146
uses: pnpm/action-setup@v2
145147
with: { version: 10 }
@@ -173,6 +175,8 @@ jobs:
173175
steps:
174176
- uses: actions/checkout@v4
175177
with: { fetch-depth: 0 }
178+
- name: Pull latest changes from main
179+
run: git pull --rebase origin main
176180
- name: Setup pnpm
177181
uses: pnpm/action-setup@v2
178182
with: { version: 10 }

0 commit comments

Comments
 (0)