Skip to content

Commit e31a557

Browse files
committed
chore(release): move Install Dependencies step to the correct position in release workflow
1 parent c59b515 commit e31a557

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
with:
4949
version: 9.15.0
5050

51+
- name: Install Dependencies
52+
run: pnpm install --frozen-lockfile
53+
5154
- name: Check current pre-release mode
5255
run: |
5356
if [ -f ".changeset/pre.json" ]; then
@@ -63,9 +66,6 @@ jobs:
6366
pnpm changeset pre enter test
6467
echo "✅ Switched from beta to test pre-mode"
6568
66-
- name: Install Dependencies
67-
run: pnpm install --frozen-lockfile
68-
6969
- name: Build
7070
run: pnpm build
7171

0 commit comments

Comments
 (0)