Skip to content

Commit

Permalink
chore: Fixed dry run and set it to false. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj authored Sep 17, 2024
1 parent b49d932 commit 09c2f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ module.exports = {
'@semantic-release/npm'
],
tagFormat: 'prerelease-v${version}',
dryrun: true
dryRun: false
};

0 comments on commit 09c2f6a

Please sign in to comment.