Commit 65159df
fix(ci): download artifact before pnpm setup in publish job
The publish job has no checkout step and resolves the pnpm version
from package.json's packageManager field. Setup pnpm ran before the
artifact was downloaded, so no package.json existed yet, causing
"No pnpm version is specified". Reorder so the artifact (which
contains package.json) is downloaded first.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 12a17f1 commit 65159df
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
| |||
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments