Skip to content

Commit

Permalink
fix: turn off dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Feb 14, 2024
1 parent b791fd9 commit 2fd2e98
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/module/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ module.exports = {
'@semantic-release/github',
'@semantic-release/npm'
],
tagFormat: 'v${version}',
dryRun: true
};
tagFormat: 'v${version}'
};

0 comments on commit 2fd2e98

Please sign in to comment.