Skip to content

Commit 4da9d36

Browse files
committed
Updates the pnpm publish command
1 parent ff2b2de commit 4da9d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030

3131
- name: Publish 🚀
3232
shell: bash
33-
run: pnpm publish packages/components --access public --no-git-checks
33+
run: pnpm publish --access public --no-git-checks
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)