Skip to content

Commit d357655

Browse files
authored
ci: remove dry run flag from release job to automate releases (#21)
1 parent dc3ab30 commit d357655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- run: *install_dependencies
5151
- run:
5252
name: Release package
53-
command: npx semantic-release --dry-run
53+
command: npx semantic-release
5454

5555
workflows:
5656
version: 2

0 commit comments

Comments
 (0)