Skip to content

Commit

Permalink
fix: Disable dry run
Browse files Browse the repository at this point in the history
Disable dry run to release to npm
  • Loading branch information
dlabaj authored Oct 4, 2024
1 parent bb826c1 commit 3538db9
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 @@ -20,5 +20,5 @@ module.exports = {
'@semantic-release/npm'
],
tagFormat: 'prerelease-v${version}',
dryRun: true
dryRun: false
};

0 comments on commit 3538db9

Please sign in to comment.