Commit e1fffb9
authored
fix(ci): download artifact before pnpm setup in publish job (#147)
The `publish` job has no `checkout` step, so `package.json` (with the
`packageManager` field) only exists after the artifact download. Running
`pnpm/action-setup` first left it with no pnpm version to read, causing
"No pnpm version is specified".
Fix: reorder so the artifact download runs before pnpm setup.
Fixes the failure in [this
run](https://github.com/marimo-team/codemirror-sql/actions/runs/27144993776/job/80120275403).1 parent 12a17f1 commit e1fffb9
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