Commit 783eff5
committed
ci: Add npm scope and move up pnpm setup in publish workflow
Authentication via OIDC for NPM's trusted publishing may need to explicitly define
scope if it doesn't match the repository owner.
This is the case here because the repository owner is eclipsesource.
Move pnpm setup before node setup to avoid pnpm overriding .npmrc changes
done by node setup for trusted publishing1 parent 799733f commit 783eff5
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 39 | | |
46 | 40 | | |
47 | 41 | | |
48 | 42 | | |
49 | 43 | | |
50 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments