Commit 8853605
committed
ci: activate corepack npm after yarn steps in alpha publish
Enabling the corepack npm shim before `yarn install` makes it intercept
the yarn invocation and fail with a bogus 'packageManager: yarn@npm@11.5.1'
error. Move the corepack npm activation to just before `npm publish`, after
all yarn steps, since npm >=11.5.1 is only needed for the OIDC publish.1 parent 78422d4 commit 8853605
1 file changed
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 55 | | |
63 | 56 | | |
64 | 57 | | |
| |||
91 | 84 | | |
92 | 85 | | |
93 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| |||
0 commit comments