Skip to content

Commit 59d935a

Browse files
committed
chore(ci): fix npm publishing
1 parent 2b9ce26 commit 59d935a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626

2727
- run: yarn test
2828

29-
- run: yarn workspaces foreach --no-private npm publish --provenance --access public
29+
- run: npx lerna publish from-package --yes
3030
env:
3131
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)