You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 publishing
0 commit comments