Skip to content

Commit 4a1b3c0

Browse files
use workspaces again
1 parent 35ef474 commit 4a1b3c0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@ jobs:
3636
run: npm run build:packages
3737

3838
- name: Publish to NPM
39-
run: |
40-
for d in packages/*; do
41-
if [ -d "$d" ]; then
42-
npm publish "$d" --access public --provenance
43-
fi
44-
done
39+
run: npm publish --workspaces packages/** --access public --provenance
4540
env:
4641
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4742

0 commit comments

Comments
 (0)