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.
1 parent ff2b2de commit 4da9d36Copy full SHA for 4da9d36
.github/workflows/release.yaml
@@ -30,6 +30,6 @@ jobs:
30
31
- name: Publish 🚀
32
shell: bash
33
- run: pnpm publish packages/components --access public --no-git-checks
+ run: pnpm publish --access public --no-git-checks
34
env:
35
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments