Skip to content

Commit

Permalink
Merge pull request #69 from dlabaj/turnOffDryRun
Browse files Browse the repository at this point in the history
fix(turnedOffDryRun): Turned off dry run
  • Loading branch information
dlabaj authored Nov 1, 2023
2 parents d227df9 + a816d0c commit 9a3533e
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 @@ -10,5 +10,5 @@ module.exports = {
'@semantic-release/npm'
],
tagFormat: 'prerelease-v${version}',
dryRun: true
dryRun: false
};

0 comments on commit 9a3533e

Please sign in to comment.