Skip to content

Commit

Permalink
fix: turn off dryrun
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Oct 15, 2024
1 parent 9f58c54 commit 02a9d81
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 @@ -14,5 +14,5 @@ module.exports = {
'@semantic-release/npm'
],
tagFormat: 'prerelease-v${version}',
dryRun: true
dryRun: false
};

0 comments on commit 02a9d81

Please sign in to comment.