Skip to content

Commit

Permalink
remove dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
marchinram committed Feb 8, 2023
1 parent 345fd9f commit a6adcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ commands:
steps:
- run:
name: Publish package
command: npm publish --access public --tag beta --dry-run
command: npm publish --access public --tag beta
- run:
name: Publish Release on GitHub
command: |
Expand Down

0 comments on commit a6adcb5

Please sign in to comment.