Skip to content

Commit 22a21c0

Browse files
committed
Removed dry run flag.
1 parent c785691 commit 22a21c0

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 --dry-run
42+
run: npm publish --workspaces
4343
env:
4444
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)