Skip to content

Commit d2950ab

Browse files
committed
chore: Publish v0.0.7
1 parent 0045b02 commit d2950ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-node.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,8 @@ jobs:
555555
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
556556
run: |
557557
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
558-
npm publish --workspace --access public
558+
(cd packages/css && npm publish --access public || true)
559+
(cd packages/html && npm publish --access public || true)
559560
env:
560561
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
561562
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)