We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v0.0.7
1 parent 0045b02 commit d2950abCopy full SHA for d2950ab
.github/workflows/publish-node.yml
@@ -555,7 +555,8 @@ jobs:
555
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
556
run: |
557
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
558
- npm publish --workspace --access public
+ (cd packages/css && npm publish --access public || true)
559
+ (cd packages/html && npm publish --access public || true)
560
env:
561
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
562
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments