Skip to content

Commit 94e5469

Browse files
authored
Run NPM directly from release worflow (#4113)
1 parent 4906ced commit 94e5469

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ jobs:
2626
# Ensure npm 11.5.1 or later for trusted publishing
2727
- run: npm install -g npm@latest
2828
- run: npm ci
29-
- run: npm run publish -- from-package --no-verify-access --yes
29+
- 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

Comments
 (0)