Skip to content

Commit

Permalink
fix: the releases must flow. remove semantic-release dry-run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Jul 29, 2021
1 parent 1e63108 commit 9bb8efb
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 @@ -65,7 +65,7 @@ jobs:
command: npm install -g semantic-release@beta @semantic-release/changelog @semantic-release/git@beta @semantic-release/npm@beta
- run:
name: Attempt publish
command: npx semantic-release -d
command: npx semantic-release

workflows:
version: 2.1
Expand Down

0 comments on commit 9bb8efb

Please sign in to comment.