We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4906ced commit 94e5469Copy full SHA for 94e5469
.github/workflows/release.yml
@@ -26,4 +26,7 @@ jobs:
26
# Ensure npm 11.5.1 or later for trusted publishing
27
- run: npm install -g npm@latest
28
- run: npm ci
29
- - run: npm run publish -- from-package --no-verify-access --yes
+ - run: npm publish --workspace packages/core
30
+ - run: npm publish --workspace packages/node
31
+ - run: npm publish --workspace packages/oidc-browser
32
+ - run: npm publish --workspace packages/browser
0 commit comments