Skip to content

Commit

Permalink
chore: Publish v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 17, 2022
1 parent 0045b02 commit d2950ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,8 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
npm publish --workspace --access public
(cd packages/css && npm publish --access public || true)
(cd packages/html && npm publish --access public || true)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d2950ab

Please sign in to comment.