Skip to content

Commit 12b279a

Browse files
committed
Update publish.workflow.yml
1 parent 7e8ee95 commit 12b279a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
4040

4141
- name: Publish package
42-
run: npm publish --workspaces
42+
run: npm publish
4343
env:
4444
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)