Skip to content

Commit c6fe4cf

Browse files
committed
Explicitly publish individual packages
Lerna gets in the way of trusted publication
1 parent b7fd48b commit c6fe4cf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ jobs:
3030
# not being installed.
3131
- run: npm ci
3232
- run: npm run build
33-
- run: npx lerna publish from-package --yes --no-verify-access
33+
- run: npm publish --workspace packages/base-rollup-config
34+
- run: npm publish --workspace packages/eslint-config
35+
- run: npm publish --workspace packages/internal-playwright-helpers
36+
- run: npm publish --workspace packages/internal-playwright-testids
37+
- run: npm publish --workspace packages/internal-test-env
38+
- run: npm publish --workspace packages/jest-jsdom-polyfills

0 commit comments

Comments
 (0)